summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-03-18 20:40:50 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-03-18 20:40:50 (GMT)
commitbfa2b045a0d44882941a00c6fecfcde20ce1395c (patch)
treec9de0ef386c5854fd018b4006636c537051b8ba3
parent815070274fe67c140d5e9a0fc4b388fc7d61232e (diff)
downloadmonitoring-plugins-bfa2b045a0d44882941a00c6fecfcde20ce1395c.tar.gz
Mysql include path not added correctly (Arnold Cavazos - 912974)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@852 f882894a-f735-0410-b71e-b25c423dba1c
-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