From 6624dda25517f70f692f2dc02d7d1d9c0abc19e3 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 20 Dec 2004 21:38:44 +0000 Subject: - stupid typo git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1041 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/configure.in b/configure.in index 8c19635..f5d772d 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!]) -- cgit v0.10-9-g596f