Browse Source

Make sure libevent check is properly quoted

ahc_fix_select
tedbullock 16 years ago
parent
commit
29518656e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      httperf/configure.ac

+ 1
- 1
httperf/configure.ac View File

@@ -35,7 +35,7 @@ AC_CHECK_LIB(ssl, SSL_version, , AC_MSG_WARN([SSL Disabled]) )
AC_CHECK_LIB([event],
[event_init],
,
AC_MSG_ERROR([libevent is required to build idleconn]) )
[AC_MSG_ERROR([libevent is required to build idleconn])])
# The following checks are for solaris and its ilk
AC_SEARCH_LIBS([getsockopt], [socket])
AC_SEARCH_LIBS([socket], [socket nsl])


Loading…
Cancel
Save