diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-03 02:45:25 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-03 02:45:25 +0000 |
commit | 075f1161cb9f82bd079949405df6c8e54bce6d94 (patch) | |
tree | 1088208c03af15c579ec6eeeb3cb6be7c0b7ca64 /libcpp/configure.ac | |
parent | b858c3e7c9f16ccab79a617e2fb34c51b0dc921b (diff) | |
download | gcc-075f1161cb9f82bd079949405df6c8e54bce6d94.tar.gz |
gcc/:
* configure.ac: Use AC_SYS_LARGEFILE.
* configure: Rebuild.
* config.in: Rebuild.
libcpp/:
* configure.ac: Use AC_SYS_LARGEFILE.
* configure: Rebuild.
* config.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166230 138bc75d-0d04-0410-961f-82ee72b054a4
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 8082117f2d6..868986d8279 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, |