~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Brian Aker
  • Date: 2008-06-30 07:45:12 UTC
  • Revision ID: brian@tangent.org-20080630074512-z06kq5h2m1tgno25
Adding back in simple test for libevent

Show diffs side-by-side

added added

removed removed

Lines of Context:
714
714
 execinfo.h)
715
715
 
716
716
AC_CHECK_HEADERS([xfs/xfs.h])
 
717
#--------------------------------------------------------------------
 
718
# Check for libevent
 
719
#--------------------------------------------------------------------
 
720
 
 
721
AC_CHECK_LIB(event, event_loop, [], [AC_MSG_ERROR(could not find libevent)])
717
722
 
718
723
#--------------------------------------------------------------------
719
724
# Check for system libraries. Adds the library to $LIBS