[Nagiosplug-checkins] nagiosplug configure.in,1.128,1.129
Ton Voon
tonvoon at users.sourceforge.net
Mon Dec 20 13:39:12 CET 2004
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32484
Modified Files:
configure.in
Log Message:
- stupid typo
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- configure.in 20 Dec 2004 21:26:41 -0000 1.128
+++ configure.in 20 Dec 2004 21:38:44 -0000 1.129
@@ -386,7 +386,7 @@
fi
if test "$OPENSSL_ENABLED" != "1"; then
- if test "$PKGTEST" ="yes"; then
+ if test "$PKGTEST" = "yes"; then
AC_MSG_WARN([OpenSSL libs could not be found])
else
AC_MSG_WARN([OpenSSL libs and/or directories were not found where specified!])
More information about the Commits
mailing list