Skip to content

Commit b7a1824

Browse files
committed
Revert "bz2 Haiku patch"
This reverts commit bc457bb.
1 parent bc457bb commit b7a1824

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/bz2/config.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ 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
1411
else
1512
AC_MSG_CHECKING(for BZip2 in default path)
1613
for i in /usr/local /usr; do

0 commit comments

Comments
 (0)