summaryrefslogtreecommitdiff
path: root/ext/bz2/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-21 05:04:30 +0000
committerfoobar <sniper@php.net>2004-01-21 05:04:30 +0000
commite23a1b8a5cc627891a4ada4133a1a0e1d12c5d5d (patch)
tree869c1193d69f1b15cf6faf7da984f150baefb9a7 /ext/bz2/config.m4
parent1fb629de8ace384c2b1a240af7f3c8710fbacab5 (diff)
downloadphp-git-e23a1b8a5cc627891a4ada4133a1a0e1d12c5d5d.tar.gz
Break out the test with first hit.
Diffstat (limited to 'ext/bz2/config.m4')
-rw-r--r--ext/bz2/config.m41
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