From: Michael Jerris Date: Fri, 6 Apr 2007 08:23:54 +0000 (+0000) Subject: fix mysql configure check (reported by bblack via irc) X-Git-Tag: v1.0-beta1~584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8e23dbea4c817028d1bee9451823a99f7a96c8;p=thirdparty%2Ffreeswitch.git 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 --- 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