summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2004-10-22 10:46:07 +0000
committerEdin Kadribasic <edink@php.net>2004-10-22 10:46:07 +0000
commit06a0021a557e06f0c65edc53810dc763302f4cf2 (patch)
treef3d8f2943104705018d4cdbd464f1f2d38c17c0d
parent63b0419766f50f0d9aa44cd84bb7d721d89c5b00 (diff)
downloadphp-git-06a0021a557e06f0c65edc53810dc763302f4cf2.tar.gz
Revert Linux LFS patch
-rw-r--r--NEWS1
-rw-r--r--configure.in7
2 files changed, 0 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 89c95b8c1d..79fae295a9 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,6 @@ PHP 4 NEWS
(cfield at affinitysolutions dot com)
- Fixed bug #29805 (HTTP Authentication Issues). (Uwe Schindler)
- Fixed bug #28325 (Circular references not properly serialised). (Moriyoshi)
-- Fixed bug #27792 (Enabled large file support on Linux). (Edin)
- Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry)
22 Sep 2004, Version 4.3.9
diff --git a/configure.in b/configure.in
index f60068ba64..b282d7e6e0 100644
--- a/configure.in
+++ b/configure.in
@@ -196,13 +196,6 @@ case $host_alias in
LIBS="$LIBS -lbe -lroot";;
*mips*)
CPPFLAGS="$CPPFLAGS -D_XPG_IV";;
-*linux*)
- AC_MSG_CHECKING([for Linux LFS_CFLAGS])
- LFS_LINUX_CFLAGS=`getconf LFS_CFLAGS`
- if test "x$LFS_LINUX_CFLAGS" != "x"; then
- CFLAGS="$CFLAGS $LFS_LINUX_CFLAGS"
- fi
- AC_MSG_RESULT([$LFS_LINUX_CFLAGS])
esac