From: foobar Date: Thu, 7 Dec 2000 10:44:16 +0000 (+0000) Subject: Added note that openssl 0.9.6 is required. X-Git-Tag: php-4.0.5RC1~980 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e4817ec5d1b2c287d3ee4e7c5ddbb1365c9dac7;p=php Added note that openssl 0.9.6 is required. --- diff --git a/configure.in b/configure.in index efbfac13db..b79ff9548b 100644 --- a/configure.in +++ b/configure.in @@ -502,7 +502,7 @@ AC_ARG_WITH(exec-dir, ]) PHP_ARG_WITH(openssl,for OpenSSL support, -[ --with-openssl[=DIR] Include OpenSSL support]) +[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.6) ]) if test "$PHP_OPENSSL" = "yes"; then PHP_OPENSSL="/usr/local/ssl /usr/local /usr /usr/local/openssl" fi