From e23a1b8a5cc627891a4ada4133a1a0e1d12c5d5d Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 21 Jan 2004 05:04:30 +0000 Subject: [PATCH] Break out the test with first hit. --- ext/bz2/config.m4 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0