sniper Wed Jan 21 00:04:31 2004 EDT Modified files: /php-src/ext/bz2 config.m4 Log: Break out the test with first hit. http://cvs.php.net/diff.php/php-src/ext/bz2/config.m4?r1=1.2&r2=1.3&ty=u Index: php-src/ext/bz2/config.m4 diff -u php-src/ext/bz2/config.m4:1.2 php-src/ext/bz2/config.m4:1.3 --- php-src/ext/bz2/config.m4:1.2 Wed Aug 20 04:14:24 2003 +++ php-src/ext/bz2/config.m4 Wed Jan 21 00:04:30 2004 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.2 2003/08/20 08:14:24 sniper Exp $ +dnl $Id: config.m4,v 1.3 2004/01/21 05:04:30 sniper Exp $ dnl PHP_ARG_WITH(bz2, for BZip2 support, @@ -14,6 +14,7 @@ if test -r $i/include/bzlib.h; then BZIP_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