mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-04-27 10:20:49 +00:00
Fix configure.ac to enable mysql.
This commit is contained in:
parent
fcb2508b04
commit
a979bf372b
@ -225,6 +225,7 @@ else
|
||||
AC_MSG_RESULT([${MYSQL_CFLAGS}])
|
||||
AC_SUBST(MYSQL_CFLAGS)
|
||||
AC_SUBST(MYSQL_LIBS)
|
||||
AC_DEFINE([HAVE_MYSQL], 1, [Define to 1 if MySQL support is enabled])
|
||||
fi
|
||||
|
||||
if test x${compile_python} = xyes; then
|
||||
|
Loading…
Reference in New Issue
Block a user