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

index 180b03efb652b1d180486e9544c27c556ee6d7d9..6a007b8c1515d6952d42e4f80db5d9c79a6a49f0 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