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:
Loren J. Rittle
2009-09-23 15:21:42 +00:00
committed by Loren J. Rittle
parent b3901be5a1
commit e02222d2e7
3 changed files with 7 additions and 2 deletions

View File

@@ -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.