1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Fix typo.

This commit is contained in:
hniksic 2005-08-26 05:05:54 -07:00
parent 96aa9c1a06
commit 26f202dcad

View 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