mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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
This commit is contained in:
committed by
Loren J. Rittle
parent
b3901be5a1
commit
e02222d2e7
2
libcpp/configure
vendored
2
libcpp/configure
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user