diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 63955b4..f6c33dc 100644 --- a/configure.in +++ b/configure.in | |||
@@ -251,7 +251,7 @@ else | |||
251 | AC_MSG_WARN([Skipping mysql plugin]) | 251 | AC_MSG_WARN([Skipping mysql plugin]) |
252 | AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).]) | 252 | AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).]) |
253 | fi | 253 | fi |
254 | CPPFLAGS="$_SAVEDCPPFLAGS" | 254 | CPPFLAGS="$_SAVEDCPPFLAGS $MYSQLINCLUDE" |
255 | LIBS="$_SAVEDLIBS" | 255 | LIBS="$_SAVEDLIBS" |
256 | 256 | ||
257 | dnl Check for OpenSSL location | 257 | dnl Check for OpenSSL location |