summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-02-10 23:59:22 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-02-10 23:59:22 (GMT)
commitcbdef12b91c1aa06d703fe5fdf7b053e0ed41c93 (patch)
treef6c0984d6b72af87efe65e008a75badfccae2ba7 /configure.in
parent5183a7e3fa03e429b78e53af6580525f41df60e8 (diff)
downloadmonitoring-plugins-cbdef12b91c1aa06d703fe5fdf7b053e0ed41c93.tar.gz
Update with references to REQUIREMENTS
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@315 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 81a0029..d9de3df 100644
--- a/configure.in
+++ b/configure.in
@@ -113,7 +113,7 @@ if test "$ac_cv_lib_crypt_main" = "yes"; then
113 fi 113 fi
114 if test -z "$PGINCLUDE"; then 114 if test -z "$PGINCLUDE"; then
115 AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) 115 AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
116 AC_MSG_WARN([install PostgreSQL headers to compile this plugin (see Requirements).]) 116 AC_MSG_WARN([install PostgreSQL headers to compile this plugin (see REQUIREMENTS).])
117 else 117 else
118 AC_SUBST(PGLIBS) 118 AC_SUBST(PGLIBS)
119 AC_SUBST(PGINCLUDE) 119 AC_SUBST(PGINCLUDE)
@@ -122,11 +122,11 @@ if test "$ac_cv_lib_crypt_main" = "yes"; then
122 else 122 else
123 AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) 123 AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
124 AC_MSG_WARN([LIBS="$LIBS" CPPFLAGS="$CPPFLAGS"]) 124 AC_MSG_WARN([LIBS="$LIBS" CPPFLAGS="$CPPFLAGS"])
125 AC_MSG_WARN([install PostgreSQL libs to compile this plugin (see Requirements).]) 125 AC_MSG_WARN([install PostgreSQL libs to compile this plugin (see REQUIREMENTS).])
126 fi 126 fi
127else 127else
128 AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) 128 AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)])
129 AC_MSG_WARN([install lib crypt and PostgreSQL libs to compile this plugin (see Requirements).]) 129 AC_MSG_WARN([install lib crypt and PostgreSQL libs to compile this plugin (see REQUIREMENTS).])
130fi 130fi
131LIBS="$_SAVEDLIBS" 131LIBS="$_SAVEDLIBS"
132CPPFLAGS="$_SAVEDCPPFLAGS" 132CPPFLAGS="$_SAVEDCPPFLAGS"
@@ -140,7 +140,7 @@ if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then
140 AC_SUBST(RADIUSLIBS) 140 AC_SUBST(RADIUSLIBS)
141else 141else
142 AC_MSG_WARN([Skipping radius plugin]) 142 AC_MSG_WARN([Skipping radius plugin])
143 AC_MSG_WARN([install radius libs to compile this plugin (see Requirements).]) 143 AC_MSG_WARN([install radius libs to compile this plugin (see REQUIREMENTS).])
144fi 144fi
145LIBS="$_SAVEDLIBS" 145LIBS="$_SAVEDLIBS"
146 146
@@ -155,7 +155,7 @@ if test "$ac_cv_lib_ldap_main" = "yes"; then
155 EXTRAS="$EXTRAS check_ldap" 155 EXTRAS="$EXTRAS check_ldap"
156else 156else
157 AC_MSG_WARN([Skipping LDAP plugin]) 157 AC_MSG_WARN([Skipping LDAP plugin])
158 AC_MSG_WARN([install LDAP libs to compile this plugin (see Requirements).]) 158 AC_MSG_WARN([install LDAP libs to compile this plugin (see REQUIREMENTS).])
159fi 159fi
160LIBS="$_SAVEDLIBS" 160LIBS="$_SAVEDLIBS"
161 161
@@ -191,11 +191,11 @@ if test "$ac_cv_lib_mysqlclient_mysql_init" = "yes" -o "$ac_cv_lib_mysqlclient_m
191 AC_SUBST(check_mysql_LDFLAGS) 191 AC_SUBST(check_mysql_LDFLAGS)
192 else 192 else
193 AC_MSG_WARN([Skipping mysql plugin]) 193 AC_MSG_WARN([Skipping mysql plugin])
194 AC_MSG_WARN([install mysql client headers to compile this plugin (see Requirements).]) 194 AC_MSG_WARN([install mysql client headers to compile this plugin (see REQUIREMENTS).])
195 fi 195 fi
196else 196else
197 AC_MSG_WARN([Skipping mysql plugin]) 197 AC_MSG_WARN([Skipping mysql plugin])
198 AC_MSG_WARN([install mysql client libs to compile this plugin (see Requirements).]) 198 AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).])
199fi 199fi
200CPPFLAGS="$_SAVEDCPPFLAGS" 200CPPFLAGS="$_SAVEDCPPFLAGS"
201LIBS="$_SAVEDLIBS" 201LIBS="$_SAVEDLIBS"