From a979bf372b439e98b3cd0ba4d1f8cee29e5d997e Mon Sep 17 00:00:00 2001 From: ly1217 Date: Tue, 3 Sep 2019 00:37:01 -0700 Subject: [PATCH] Fix configure.ac to enable mysql. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 51e6118..58a60e6 100644 --- a/configure.ac +++ b/configure.ac @@ -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