diff options
author | Ian Lance Taylor <iant@google.com> | 2010-11-03 02:45:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2010-11-03 02:45:25 +0000 |
commit | 480767a91ca7bea09f2d851786d8a8093b271565 (patch) | |
tree | 1088208c03af15c579ec6eeeb3cb6be7c0b7ca64 /libcpp/configure.ac | |
parent | 16684e9c0d93fc51f3fbd6f04b115659f4c4510b (diff) | |
download | gcc-480767a91ca7bea09f2d851786d8a8093b271565.zip gcc-480767a91ca7bea09f2d851786d8a8093b271565.tar.gz gcc-480767a91ca7bea09f2d851786d8a8093b271565.tar.bz2 |
configure.ac: Use AC_SYS_LARGEFILE.
gcc/:
* configure.ac: Use AC_SYS_LARGEFILE.
* configure: Rebuild.
* config.in: Rebuild.
libcpp/:
* configure.ac: Use AC_SYS_LARGEFILE.
* configure: Rebuild.
* config.in: Rebuild.
From-SVN: r166230
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r-- | libcpp/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 8082117..868986d 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -14,6 +14,8 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_RANLIB +AC_SYS_LARGEFILE + # See if we are building gcc with C++. # Do this early so setting lang to C++ affects following tests AC_ARG_ENABLE(build-with-cxx, |