edink           Thu Oct 21 19:50:28 2004 EDT

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