1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-02 17:03:52 +00:00

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
This commit is contained in:
Michael Jerris 2007-04-06 08:23:54 +00:00
parent f6a3e8ce79
commit ec8e23dbea

@ -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