1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 10:33:11 +02:00

Added note that openssl 0.9.6 is required.

This commit is contained in:
foobar
2000-12-07 10:44:16 +00:00
parent 6a356cf5c8
commit 5e4817ec5d

View File

@@ -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