diff options
author | foobar <sniper@php.net> | 2004-01-21 05:04:30 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-21 05:04:30 +0000 |
commit | e23a1b8a5cc627891a4ada4133a1a0e1d12c5d5d (patch) | |
tree | 869c1193d69f1b15cf6faf7da984f150baefb9a7 /ext/bz2/config.m4 | |
parent | 1fb629de8ace384c2b1a240af7f3c8710fbacab5 (diff) | |
download | php-git-e23a1b8a5cc627891a4ada4133a1a0e1d12c5d5d.tar.gz |
Break out the test with first hit.
Diffstat (limited to 'ext/bz2/config.m4')
-rw-r--r-- | ext/bz2/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |