From: Edin Kadribasic Date: Fri, 22 Oct 2004 10:46:07 +0000 (+0000) Subject: Revert Linux LFS patch X-Git-Tag: php-4.3.10RC1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06a0021a557e06f0c65edc53810dc763302f4cf2;p=php Revert Linux LFS patch --- 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