aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2004-12-20 21:38:44 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2004-12-20 21:38:44 +0000
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 8c196352..f5d772d8 100644
--- a/configure.in
+++ b/configure.in
@@ -386,7 +386,7 @@ else
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!])