wez Sun Mar 23 13:16:12 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/curl config.m4 Log: MFH curl detection when multiple installations exist Index: php4/ext/curl/config.m4 diff -u php4/ext/curl/config.m4:1.20 php4/ext/curl/config.m4:1.20.2.1 --- php4/ext/curl/config.m4:1.20 Sun Nov 10 16:26:13 2002 +++ php4/ext/curl/config.m4 Sun Mar 23 13:16:12 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.20 2002/11/10 21:26:13 derick Exp $ +dnl $Id: config.m4,v 1.20.2.1 2003/03/23 18:16:12 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