mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user