From fc25a8279fc4b231ee267d3c8539bc170ef99b2c Mon Sep 17 00:00:00 2001 From: ljrittle Date: Wed, 23 Sep 2009 15:21:42 +0000 Subject: 2009-09-23 Loren J. Rittle * configure.ac (AC_CHECK_HEADERS after AC_LANG(C++)): Add sys/stat.h. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152081 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/configure.ac') diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 52465462165..d520e933c90 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. -- cgit v1.2.3