]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Thu, 2 Jan 2003 19:21:53 +0000 (19:21 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 2 Jan 2003 19:21:53 +0000 (19:21 +0000)
acinclude.m4
configure.in

index f851045ddeaa2b8e74377415446659fc7d70cd06..521c8f1fe0e4f1c6764cd3a91cb44fb869b75ef7 100644 (file)
@@ -211,13 +211,13 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
   AC_MSG_CHECKING([for OpenSSL version])
   AC_EGREP_CPP(yes,[
 #include <openssl/opensslv.h>
-#if OPENSSL_VERSION_NUMBER >= 0x0090500fL
+#if OPENSSL_VERSION_NUMBER >= 0x0090600fL
   yes
 #endif
   ],[
-    AC_MSG_RESULT([>= 0.9.5])
+    AC_MSG_RESULT([>= 0.9.6])
   ],[
-    AC_MSG_ERROR([OpenSSL version 0.9.5 or greater required.])
+    AC_MSG_ERROR([OpenSSL version 0.9.6 or greater required.])
   ])
   CPPFLAGS=$old_CPPFLAGS
 
index 6d597743af5e094293449f81c96030274db02ec8..766550deb20062e9f6bd9beb0e718f8707f2b684 100644 (file)
@@ -728,7 +728,7 @@ dnl
 dnl OpenSSL configure
 dnl
 PHP_ARG_WITH(openssl,for OpenSSL support,
-[  --with-openssl[=DIR]    Include OpenSSL support (requires OpenSSL >= 0.9.5) ])
+[  --with-openssl[=DIR]    Include OpenSSL support (requires OpenSSL >= 0.9.6) ])
 
 if test "$PHP_OPENSSL" != "no"; then
   ext_openssl_shared=$ext_shared