Make sure libevent check is properly quoted

This commit is contained in:
tedbullock 2008-07-30 20:11:06 +00:00
parent 4f7a044fec
commit 29518656e1

View File

@ -35,7 +35,7 @@ AC_CHECK_LIB(ssl, SSL_version, , AC_MSG_WARN([SSL Disabled]) )
AC_CHECK_LIB([event], AC_CHECK_LIB([event],
[event_init], [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 # The following checks are for solaris and its ilk
AC_SEARCH_LIBS([getsockopt], [socket]) AC_SEARCH_LIBS([getsockopt], [socket])
AC_SEARCH_LIBS([socket], [socket nsl]) AC_SEARCH_LIBS([socket], [socket nsl])