edink           Fri Oct 22 06:46:42 2004 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  Revert Linux LFS patch
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.521&r2=1.522&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.521 php-src/configure.in:1.522
--- php-src/configure.in:1.521  Thu Oct 21 19:50:28 2004
+++ php-src/configure.in        Fri Oct 22 06:46:42 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.521 2004/10/21 23:50:28 edink Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.522 2004/10/22 10:46:42 edink Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -220,13 +220,6 @@
     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
 
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to