Break out the test with first hit.

This commit is contained in:
foobar 2004-01-21 05:04:30 +00:00
parent 1fb629de8a
commit e23a1b8a5c

View File

@ -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