mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fix typo.
This commit is contained in:
parent
96aa9c1a06
commit
26f202dcad
@ -275,7 +275,7 @@ elif test x"$with_ssl" != xno; then
|
|||||||
then
|
then
|
||||||
AC_MSG_NOTICE([compiling in support for SSL via OpenSSL])
|
AC_MSG_NOTICE([compiling in support for SSL via OpenSSL])
|
||||||
SSL_OBJ='openssl.o'
|
SSL_OBJ='openssl.o'
|
||||||
elif x"$with_ssl" != x
|
elif test x"$with_ssl" != x
|
||||||
then
|
then
|
||||||
AC_MSG_ERROR([--with-ssl was given, but SSL is not available.])
|
AC_MSG_ERROR([--with-ssl was given, but SSL is not available.])
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user