Browse Source

Enable dependancy on libevent.

This will become the central event management tool in httperf
ahc_fix_select
tedbullock 17 years ago
parent
commit
1f5e6cf79d
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      httperf/ChangeLog
  2. +1
    -1
      httperf/configure.ac

+ 4
- 0
httperf/ChangeLog 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


+ 1
- 1
httperf/configure.ac 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]) )


Loading…
Cancel
Save