diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-08-21 22:44:22 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-08-21 22:44:22 (GMT) |
commit | ab7d724ffd5749c1e3666fd1be0b92f41613af1e (patch) | |
tree | f3e820daa24477263f5fc3efd43bf459865f260b /configure.ac | |
parent | 7ce2d52cf69f6f6477e0f16e9d85d67cc54d5949 (diff) | |
download | hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.zip hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.gz hdf5-ab7d724ffd5749c1e3666fd1be0b92f41613af1e.tar.bz2 |
[svn-r27548] Revert r27545
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index ca25fd9..88d037c 100644 --- a/configure.ac +++ b/configure.ac @@ -982,7 +982,6 @@ AC_CHECK_HEADERS([sys/socket.h sys/types.h]) AC_CHECK_HEADERS([stddef.h setjmp.h features.h]) AC_CHECK_HEADERS([dirent.h]) AC_CHECK_HEADERS([stdint.h], [C9x=yes]) -AC_CHECK_HEADERS([stdbool.h]) ## Darwin AC_CHECK_HEADERS([mach/mach_time.h]) @@ -1190,17 +1189,6 @@ EOF AC_CHECK_SIZEOF([off_t], [4]) AC_CHECK_SIZEOF([off64_t], [8]) -if test "X$C9x" = "Xyes"; then - cat >>confdefs.h <<\EOF -#ifdef HAVE_STDBOOL_H -#include <stdbool.h> /* for bool definition */ -#else -#define bool _Bool -#endif -EOF -AC_CHECK_SIZEOF([bool], [1]) -fi - ## Checkpoint the cache AC_CACHE_SAVE |