summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-02-15 11:11:13 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-02-15 11:11:13 +0000
commit68c9ab451b8163597dee5ed2f7ee23859b9b453a (patch)
tree81c1520c2cc604f30880acf67571b8042ac7e6ff /gcc/configure.ac
parente2721e12cf7f02b61c3869f8d461a92936205f1d (diff)
downloadgcc-68c9ab451b8163597dee5ed2f7ee23859b9b453a.tar.gz
revert: configure.ac: Enable LFS.
Revert 2009-02-13 Richard Guenther <rguenther@suse.de> * configure.ac: Enable LFS. * configure: Re-generate. * config.in: Likewise. libcpp/ * configure.ac: Enable LFS. * configure: Re-generate. * config.in: Likewise. From-SVN: r144189
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index f346444a49e..c067770cb59 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -311,8 +311,6 @@ AC_CHECK_SIZEOF(long)
AC_CHECK_TYPES([long long], [AC_CHECK_SIZEOF(long long)])
AC_CHECK_TYPES([__int64], [AC_CHECK_SIZEOF(__int64)])
-AC_SYS_LARGEFILE
-
# ---------------------
# Warnings and checking
# ---------------------