From: Stig Venaas Date: Sun, 7 Jan 2001 21:21:12 +0000 (+0000) Subject: Changed OpenSSL requirements from 0.9.6 to 0.9.5 X-Git-Tag: php-4.0.5RC1~687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=742d339d936889378775be6a376b140df2deaa54;p=php Changed OpenSSL requirements from 0.9.6 to 0.9.5 --- diff --git a/configure.in b/configure.in index f233eb5075..dddd3a77d4 100644 --- a/configure.in +++ b/configure.in @@ -507,7 +507,7 @@ AC_ARG_WITH(exec-dir, ]) PHP_ARG_WITH(openssl,for OpenSSL support, -[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.6) ]) +[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.5) ]) if test "$PHP_OPENSSL" = "yes"; then PHP_OPENSSL="/usr/local/ssl /usr/local /usr /usr/local/openssl" fi