1
0
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:
ly1217 2019-09-03 00:37:01 -07:00
parent fcb2508b04
commit a979bf372b

View File

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