]> granicus.if.org Git - php/commitdiff
Added note that openssl 0.9.6 is required.
authorfoobar <sniper@php.net>
Thu, 7 Dec 2000 10:44:16 +0000 (10:44 +0000)
committerfoobar <sniper@php.net>
Thu, 7 Dec 2000 10:44:16 +0000 (10:44 +0000)
configure.in

index efbfac13dbb2c466d08be5abcc2122045511617c..b79ff9548b970bca98b19d4dcf3922301fa6df38 100644 (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