]> granicus.if.org Git - php/commitdiff
- Fixed bug #23751: Confusing configure warning concerning required cURL
authorDerick Rethans <derick@php.net>
Thu, 22 May 2003 13:08:49 +0000 (13:08 +0000)
committerDerick Rethans <derick@php.net>
Thu, 22 May 2003 13:08:49 +0000 (13:08 +0000)
  version

ext/curl/config.m4

index 182fc0fe5a1efdda6f87fdb90383ac6cab571a64..1e683072c5ee07fc3227aac95f330dce2350a9a8 100644 (file)
@@ -46,7 +46,7 @@ if test "$PHP_CURL" != "no"; then
     AC_MSG_RESULT($curl_version_full)
     CURL_LIBS=`$CURL_CONFIG --libs`
   else
-    AC_MSG_ERROR(cURL version 7.10.2 or later is required to compile php with cURL support)
+    AC_MSG_ERROR(cURL version 7.10.5 or later is required to compile php with cURL support)
   fi
 
   PHP_ADD_INCLUDE($CURL_DIR/include)