From 5e4817ec5d1b2c287d3ee4e7c5ddbb1365c9dac7 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 7 Dec 2000 10:44:16 +0000 Subject: [PATCH] Added note that openssl 0.9.6 is required. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1