Enable dependancy on libevent.

This will become the central event management tool in httperf
This commit is contained in:
tedbullock 2007-11-17 00:22:56 +00:00
parent e90feed76b
commit 1f5e6cf79d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-16 Ted Bullock <tbullock@canada.com>
* configure.ac: Enable libevent dependancy
2007-11-15 Ted Bullock <tbullock@canada.com>
* autogen.sh: Remove in lieu of autoreconf -i

View File

@ -19,7 +19,7 @@ AC_PROG_INSTALL
AC_PROG_LIBTOOL
# Checks for libraries.
# AC_CHECK_LIB(event, event_init, , AC_MSG_ERROR([libevent is required to build httperf]) )
AC_CHECK_LIB(event, event_init, , AC_MSG_ERROR([libevent is required to build httperf]) )
AC_CHECK_LIB(m, sqrt)
AC_CHECK_LIB(crypto, main)
AC_CHECK_LIB(ssl, SSL_version, , AC_MSG_WARN([SSL Disabled]) )