~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-08-01 04:35:07 UTC
  • mto: (202.3.9 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080801043507-zcfkwhuhr9kggz8s
Fixed another libevent on OSX searching problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
  [ with_libevent=$withval ],
304
304
  [ with_libevent=yes ])
305
305
 
306
 
if test "$withval" = "yes"
 
306
if test "$with_libevent" = "yes"
307
307
then
308
308
    AC_CHECK_HEADERS(event.h)
309
309
    if test "x$ac_cv_header_event_h" != "xyes"