summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-12-20 21:38:44 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-12-20 21:38:44 (GMT)
commit6624dda25517f70f692f2dc02d7d1d9c0abc19e3 (patch)
treeb3169dd6dd96cedb850eac2fb7643e0ea82c58c7
parent6240b64efd8a4148e90b029cf86b20a69439ce34 (diff)
downloadmonitoring-plugins-6624dda25517f70f692f2dc02d7d1d9c0abc19e3.tar.gz
- stupid typo
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1041 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 8c19635..f5d772d 100644
--- a/configure.in
+++ b/configure.in
@@ -386,7 +386,7 @@ else
386 fi 386 fi
387 387
388 if test "$OPENSSL_ENABLED" != "1"; then 388 if test "$OPENSSL_ENABLED" != "1"; then
389 if test "$PKGTEST" ="yes"; then 389 if test "$PKGTEST" = "yes"; then
390 AC_MSG_WARN([OpenSSL libs could not be found]) 390 AC_MSG_WARN([OpenSSL libs could not be found])
391 else 391 else
392 AC_MSG_WARN([OpenSSL libs and/or directories were not found where specified!]) 392 AC_MSG_WARN([OpenSSL libs and/or directories were not found where specified!])