]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix mysql configure check (reported by bblack via irc)
authorMichael Jerris <mike@jerris.com>
Fri, 6 Apr 2007 08:23:54 +0000 (08:23 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 6 Apr 2007 08:23:54 +0000 (08:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4866 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in

index c238e10f430855cab073196f614e0d719ccd8edd..19f9254c86a9e655305989f1ff6eb8b5612a9eb4 100644 (file)
@@ -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