[svn] Fix typo.

This commit is contained in:
hniksic 2005-08-26 05:05:54 -07:00
parent 96aa9c1a06
commit 26f202dcad
1 changed files with 1 additions and 1 deletions

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