]> granicus.if.org Git - php/commitdiff
- should not have been commited
authorPierre Joye <pajoye@php.net>
Mon, 18 May 2009 10:32:04 +0000 (10:32 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 18 May 2009 10:32:04 +0000 (10:32 +0000)
ext/curl/config.m4

index 30531cfdb7261d4270c9e718298fb9b96352c94b..55e59976125075e3c41a5e8d06261194f59cdb8b 100644 (file)
@@ -10,7 +10,6 @@ PHP_ARG_WITH(curlwrappers, if we should use cURL for url streams,
 [  --with-curlwrappers     Use cURL for url streams], no, no)
 
 if test "$PHP_CURL" != "no"; then
-  AC_MSG_CHECKING($PHP_CURL ..........................)
   if test -r $PHP_CURL/include/curl/easy.h; then
     CURL_DIR=$PHP_CURL
   else