提交 ec8e23db authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 f6a3e8ce
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论