]> granicus.if.org Git - php/commitdiff
Break out the test with first hit.
authorfoobar <sniper@php.net>
Wed, 21 Jan 2004 05:04:30 +0000 (05:04 +0000)
committerfoobar <sniper@php.net>
Wed, 21 Jan 2004 05:04:30 +0000 (05:04 +0000)
ext/bz2/config.m4

index 90dec7c93755e9cef3c719c4bb076b47e665edd4..6977ff8ac4dee578248a3c38117e56bc255be151 100644 (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