Add missing header in Filesystem TS configure tests

2016-10-26  Uros Bizjak  <ubizjak@gmail.com>

	* acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Include <limits.h>
	for PATH_MAX in realpath test.
	* configure: Regenerate.

From-SVN: r241548
This commit is contained in:
Uros Bizjak 2016-10-26 13:29:31 +02:00 committed by Jonathan Wakely
parent b6735d9ac5
commit d955ae42cc
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2016-10-26 Uros Bizjak <ubizjak@gmail.com>
* acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Include <limits.h>
for PATH_MAX in realpath test.
* configure: Regenerate.
2016-10-25 Jonathan Wakely <jwakely@redhat.com>
* src/filesystem/ops.cc

View File

@ -4290,6 +4290,7 @@ dnl
AC_CACHE_VAL(glibcxx_cv_realpath, [dnl
GCC_TRY_COMPILE_OR_LINK(
[
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
],

View File

@ -80056,6 +80056,7 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
@ -80088,6 +80089,7 @@ fi
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>