From e413bf7af74bf8d84d4622400f7ea043c3ee7533 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 11 Oct 2010 22:53:46 +0000 Subject: [PATCH] (trunk) #3620 "syntax error in configure.ac" -- fixed. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],