From c1b09a29f209d341ba733cfae4a60f158090b150 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 21 Jan 2004 05:04:50 +0000 Subject: [PATCH] MFH --- 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.50.1