Enable dependancy on libevent.

This will become the central event management tool in httperf
Tento commit je obsažen v:
tedbullock 2007-11-17 00:22:56 +00:00
rodič e90feed76b
revize 1f5e6cf79d
2 změnil soubory, kde provedl 5 přidání a 1 odebrání

Zobrazit soubor

@ -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

Zobrazit soubor

@ -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]) )