From: Wez Furlong Date: Sun, 23 Mar 2003 18:14:41 +0000 (+0000) Subject: Fix curl detection when multiple installations exist X-Git-Tag: RELEASE_0_5~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=badd5fb6fd600b954157d150a407327de45301f1;p=php Fix curl detection when multiple installations exist --- diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 180b03efb6..6a007b8c15 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -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