]> granicus.if.org Git - php/commitdiff
Changed OpenSSL requirements from 0.9.6 to 0.9.5
authorStig Venaas <venaas@php.net>
Sun, 7 Jan 2001 21:21:12 +0000 (21:21 +0000)
committerStig Venaas <venaas@php.net>
Sun, 7 Jan 2001 21:21:12 +0000 (21:21 +0000)
configure.in

index f233eb50756ae10b92a4d7a0a16786c20aa450af..dddd3a77d4cfdbeb900a7f53fc7d6d3ed3aa1e4b 100644 (file)
@@ -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