]> sjero.net Git - wget/blobdiff - configure.in
[svn] Fix typo.
[wget] / configure.in
index b2075c74e3bbe800024edf7a5114d736f9a3a0fe..426cd6d342add616af5d28b57bc4978d7569b692 100644 (file)
@@ -275,7 +275,7 @@ elif test x"$with_ssl" != xno; then
   then
     AC_MSG_NOTICE([compiling in support for SSL via OpenSSL])
     SSL_OBJ='openssl.o'
-  elif x"$with_ssl" != x
+  elif test x"$with_ssl" != x
   then
     AC_MSG_ERROR([--with-ssl was given, but SSL is not available.])
   fi