1
0

Enable dependancy on libevent.

This will become the central event management tool in httperf
Dieser Commit ist enthalten in:
tedbullock 2007-11-17 00:22:56 +00:00
Ursprung e90feed76b
Commit 1f5e6cf79d
2 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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