Enable dependancy on libevent.
This will become the central event management tool in httperf
This commit is contained in:
parent
e90feed76b
commit
1f5e6cf79d
@ -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
|
||||
|
@ -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]) )
|
||||
|
Loading…
Reference in New Issue
Block a user