summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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!])