mirror of
https://github.com/mirror/wget.git
synced 2025-04-25 12:40:30 +08: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user