mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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
This commit is contained in:
parent
9ec2c84dbf
commit
18fe0f40e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue