diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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!]) |