From 26f202dcadf1c2b0de51f02a55153eb72c1e02c9 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 26 Aug 2005 05:05:54 -0700 Subject: [PATCH] [svn] Fix typo. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b2075c74..426cd6d3 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.2