From ec8e23dbea4c817028d1bee9451823a99f7a96c8 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 6 Apr 2007 08:23:54 +0000 Subject: [PATCH] fix mysql configure check (reported by bblack via irc) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4866 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c238e10f43..19f9254c86 100644 --- a/configure.in +++ b/configure.in @@ -322,7 +322,7 @@ AX_LIB_MYSQL AM_CONDITIONAL([CRASHPROT],[test "x$enable_crash_prot" != "xno"]) AM_CONDITIONAL([ADD_ODBC],[test "x$enable_core_odbc_support" != "xno"]) -AM_CONDITIONAL([HAVE_MYSQL],[test "$have_mysql" = "yes"]) +AM_CONDITIONAL([HAVE_MYSQL],[test "x$have_mysql" != "x"]) AC_CONFIG_FILES([Makefile src/Makefile