Skip to content

Commit

Permalink
Revert Linux LFS patch
Browse files Browse the repository at this point in the history
  • Loading branch information
edinkad committed Oct 22, 2004
1 parent fd92aca commit 1fc379a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions configure.in
Expand Up @@ -220,13 +220,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


Expand Down

0 comments on commit 1fc379a

Please sign in to comment.