diff options
| author | Loren J. Rittle <ljrittle@acm.org> | 2009-09-23 15:21:42 +0000 |
|---|---|---|
| committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2009-09-23 15:21:42 +0000 |
| commit | e02222d2e72e1eeafe143e704b0ea6fa3ef10bfb (patch) | |
| tree | 6603fad2eac2edc0576eabb8e91e611d93497baa /libcpp/configure | |
| parent | b3901be5a14fdc664669229e67a2f2b6d9072608 (diff) | |
| download | gcc-e02222d2e72e1eeafe143e704b0ea6fa3ef10bfb.tar.gz gcc-e02222d2e72e1eeafe143e704b0ea6fa3ef10bfb.tar.bz2 gcc-e02222d2e72e1eeafe143e704b0ea6fa3ef10bfb.zip | |
configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
2009-09-23 Loren J. Rittle <ljrittle@acm.org>
* configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h.
* configure: Rebuilt.
From-SVN: r152081
Diffstat (limited to 'libcpp/configure')
| -rwxr-xr-x | libcpp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure b/libcpp/configure index eaf99dd28d6..00cbd7a583d 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -5127,7 +5127,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu for ac_header in locale.h fcntl.h limits.h stddef.h \ - stdlib.h strings.h string.h sys/file.h unistd.h + stdlib.h strings.h string.h sys/stat.h sys/file.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
