aboutsummaryrefslogtreecommitdiff
path: root/libcpp/configure.ac
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2009-09-23 15:21:42 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2009-09-23 15:21:42 +0000
commite02222d2e72e1eeafe143e704b0ea6fa3ef10bfb (patch)
tree6603fad2eac2edc0576eabb8e91e611d93497baa /libcpp/configure.ac
parentb3901be5a14fdc664669229e67a2f2b6d9072608 (diff)
downloadgcc-e02222d2e72e1eeafe143e704b0ea6fa3ef10bfb.zip
gcc-e02222d2e72e1eeafe143e704b0ea6fa3ef10bfb.tar.gz
gcc-e02222d2e72e1eeafe143e704b0ea6fa3ef10bfb.tar.bz2
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.ac')
-rw-r--r--libcpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac
index 5246546..d520e93 100644
--- a/libcpp/configure.ac
+++ b/libcpp/configure.ac
@@ -62,7 +62,7 @@ if test "$ENABLE_BUILD_WITH_CXX" = "no"; then
else
AC_LANG(C++)
AC_CHECK_HEADERS(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)
fi
# Checks for typedefs, structures, and compiler characteristics.