Просмотр исходного кода

- stupid typo

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1041 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 21 лет назад
Родитель
Сommit
6624dda255
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      configure.in

+ 1 - 1
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!])