]> granicus.if.org Git - php/commitdiff
MFH curl detection when multiple installations exist
authorWez Furlong <wez@php.net>
Sun, 23 Mar 2003 18:16:12 +0000 (18:16 +0000)
committerWez Furlong <wez@php.net>
Sun, 23 Mar 2003 18:16:12 +0000 (18:16 +0000)
ext/curl/config.m4

index 5841c173df5bbfb4bbac4c3c6cfa1a6d7e40611b..da8b059e2ffab9c791242aac8881a4c00e985346 100644 (file)
@@ -18,6 +18,7 @@ if test "$PHP_CURL" != "no"; then
       if test -r $i/include/curl/easy.h; then
         CURL_DIR=$i
         AC_MSG_RESULT(found in $i)
+        break
       fi
     done
   fi