summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fa5924e..138e5b2 100644
--- a/configure.in
+++ b/configure.in
@@ -204,7 +204,7 @@ else
204 AC_MSG_WARN([Skipping mysql plugin]) 204 AC_MSG_WARN([Skipping mysql plugin])
205 AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).]) 205 AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).])
206fi 206fi
207CPPFLAGS="$_SAVEDCPPFLAGS" 207CPPFLAGS="$_SAVEDCPPFLAGS $MYSQLINCLUDE"
208LIBS="$_SAVEDLIBS" 208LIBS="$_SAVEDLIBS"
209 209
210dnl Check for OpenSSL location 210dnl Check for OpenSSL location