From: foobar Date: Wed, 21 Jan 2004 05:04:30 +0000 (+0000) Subject: Break out the test with first hit. X-Git-Tag: php_ibase_before_split~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e23a1b8a5cc627891a4ada4133a1a0e1d12c5d5d;p=php Break out the test with first hit. --- diff --git a/ext/bz2/config.m4 b/ext/bz2/config.m4 index 90dec7c937..6977ff8ac4 100644 --- a/ext/bz2/config.m4 +++ b/ext/bz2/config.m4 @@ -14,6 +14,7 @@ if test "$PHP_BZ2" != "no"; then if test -r $i/include/bzlib.h; then BZIP_DIR=$i AC_MSG_RESULT(found in $i) + break fi done fi