~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/plugin.ac

  • Committer: mtaylor
  • Date: 2009-05-14 05:53:45 UTC
  • mto: (1014.2.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 1015.
  • Revision ID: mtaylor@orisndriz02-20090514055345-lzq03ywnmaciiozm
Fixes 376322: configure fails on CentOS machines

There was some punctuation in an error mesage that the m4 on CentOS was parsing incorrect. Punctuation removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    event_loop(EVLOOP_ONCE);
12
12
  ]) 
13
13
AS_IF([test x$ac_cv_libevent = xno],
14
 
  AC_MSG_WARN([Couldn't find a recent libevent, pool-of-threads scheduler will not be built. On Debian this can be found in libevent-dev. On RedHat it's in libevent-devel.]))
 
14
  AC_MSG_WARN([Couldnt find a recent libevent pool-of-threads scheduler will not be built. On Debian this can be found in libevent-dev. On RedHat its in libevent-devel.]))
15
15