From: Edin Kadribasic Date: Fri, 22 Oct 2004 10:47:35 +0000 (+0000) Subject: Revert Linux LFS patch X-Git-Tag: php-5.0.3RC1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=998a9f44386a3357b9ff25968919aa8fd44a23a0;p=php Revert Linux LFS patch --- diff --git a/NEWS b/NEWS index 8e1c1f5a09..ecf09a8b70 100644 --- a/NEWS +++ b/NEWS @@ -31,7 +31,6 @@ PHP NEWS characters). (Moriyoshi) - Fixed bug #27798 (private / protected variables not exposed by get_object_vars() inside class). (Marcus) -- Fixed bug #27792 (Enabled large file support on Linux). (Edin) - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write). (Christian) diff --git a/configure.in b/configure.in index f65dfa5950..04fd112796 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