Skip to content

Commit bc457bb

Browse files
committed
bz2 Haiku patch
1 parent 8503278 commit bc457bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/bz2/config.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ PHP_ARG_WITH(bz2, for BZip2 support,
88
if test "$PHP_BZ2" != "no"; then
99
if test -r $PHP_BZ2/include/bzlib.h; then
1010
BZIP_DIR=$PHP_BZ2
11+
else
12+
if test -r $PHP_BZ2/develop/headers/bzlib.h; then
13+
BZIP_DIR=$PHP_BZ2
1114
else
1215
AC_MSG_CHECKING(for BZip2 in default path)
1316
for i in /usr/local /usr; do

0 commit comments

Comments
 (0)