diff --git a/configure.ac b/configure.ac index bc6c8f7a0..c1a7d6046 100644 --- a/configure.ac +++ b/configure.ac @@ -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],