aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2004-03-18 20:40:50 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2004-03-18 20:40:50 +0000
commit18fe0f40e15af56ec471e5a233ecf6ec278c325f (patch)
tree4400332786bf202a3b86a9dcb0878032d5f36fb0 /configure.in
parent9ec2c84dbf069fb3299b9ff3b11dc812550b5689 (diff)
downloadmonitoring-plugins-18fe0f40e15af56ec471e5a233ecf6ec278c325f.tar.gz
Mysql include path not added correctly (Arnold Cavazos - 912974)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@852 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 63955b4c..f6c33dc6 100644
--- a/configure.in
+++ b/configure.in
@@ -251,7 +251,7 @@ else
AC_MSG_WARN([Skipping mysql plugin])
AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).])
fi
-CPPFLAGS="$_SAVEDCPPFLAGS"
+CPPFLAGS="$_SAVEDCPPFLAGS $MYSQLINCLUDE"
LIBS="$_SAVEDLIBS"
dnl Check for OpenSSL location