]> sjero.net Git - wget/commitdiff
[svn] Fix typo.
authorhniksic <devnull@localhost>
Fri, 26 Aug 2005 12:05:54 +0000 (05:05 -0700)
committerhniksic <devnull@localhost>
Fri, 26 Aug 2005 12:05:54 +0000 (05:05 -0700)
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