wez             Sun Mar 23 13:14:42 2003 EDT

  Modified files:              
    /php4/ext/curl      config.m4 
  Log:
  Fix curl detection when multiple installations exist
  
  
Index: php4/ext/curl/config.m4
diff -u php4/ext/curl/config.m4:1.22 php4/ext/curl/config.m4:1.23
--- php4/ext/curl/config.m4:1.22        Mon Nov 18 07:00:21 2002
+++ php4/ext/curl/config.m4     Sun Mar 23 13:14:41 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.22 2002/11/18 12:00:21 wez Exp $ 
+dnl $Id: config.m4,v 1.23 2003/03/23 18:14:41 wez Exp $ 
 dnl
 
 PHP_ARG_WITH(curl, for CURL support,
@@ -18,6 +18,7 @@
       if test -r $i/include/curl/easy.h; then
         CURL_DIR=$i
         AC_MSG_RESULT(found in $i)
+        break
       fi
     done
   fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to