(trunk) #3620 "syntax error in configure.ac" -- fixed.

This commit is contained in:
Charles Kerr 2010-10-11 22:53:46 +00:00
parent 6c3d651ffe
commit e413bf7af7
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ if test -n "$LIBEVENT_LIBS"; then
elif test -n "$LIBEVENT_CFLAGS"; then
user_specified_libevent=yes
fi
if test "x$user_specified_libevent" == "xyes"; then
if test "x$user_specified_libevent" = "xyes"; then
AC_MSG_NOTICE([Using user-specified LIBEVENT_LIBS and LIBEVENT_CFLAGS])
else
AC_CHECK_LIB([event],[evutil_vsnprintf],