]> granicus.if.org Git - php/commitdiff
Revert Linux LFS patch
authorEdin Kadribasic <edink@php.net>
Fri, 22 Oct 2004 10:46:07 +0000 (10:46 +0000)
committerEdin Kadribasic <edink@php.net>
Fri, 22 Oct 2004 10:46:07 +0000 (10:46 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 89c95b8c1d582bf080354e9d4bb30c5d64360d1f..79fae295a9dd5b5636bfed5e5e2df9c04fcd2b33 100644 (file)
--- 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
index f60068ba64702ad592fa0e45b770fa3e4eb7eec2..b282d7e6e053df699735342280f74d304aafa3cb 100644 (file)
@@ -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