Skip to content

Commit 1d2f15a

Browse files
committed
BZ2 Haiku patch
1 parent e6df12e commit 1d2f15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bz2/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PHP_ARG_WITH(bz2, for BZip2 support,
66
[ --with-bz2[=DIR] Include BZip2 support])
77

88
if test "$PHP_BZ2" != "no"; then
9-
if test -r $PHP_BZ2/include/bzlib.h; then
9+
if test -r "$PHP_BZ2/include/bzlib.h" || test -r "$PHP_BZ2/develop/headers/bzlib.h"; then
1010
BZIP_DIR=$PHP_BZ2
1111
else
1212
AC_MSG_CHECKING(for BZip2 in default path)

0 commit comments

Comments
 (0)