diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-03-19 03:14:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-03-19 03:14:28 (GMT) |
commit | beccb8a0fcb8a380c7cd140852a486885b8e38c0 (patch) | |
tree | 75c336a00b5b3f50f6a48b170e240830fa6833ca /configure | |
parent | 00c4e5f00d4051917b56c5806f4026d8e9d81b8d (diff) | |
download | hdf5-beccb8a0fcb8a380c7cd140852a486885b8e38c0.zip hdf5-beccb8a0fcb8a380c7cd140852a486885b8e38c0.tar.gz hdf5-beccb8a0fcb8a380c7cd140852a486885b8e38c0.tar.bz2 |
[svn-r23377] Description:
Re-run bon/reconfigure, to generate detection of dirent.h and set up
macro.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -22781,6 +22781,18 @@ fi done +for ac_header in dirent.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "dirent.h" "ac_cv_header_dirent_h" "$ac_includes_default" +if test "x$ac_cv_header_dirent_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_DIRENT_H 1 +_ACEOF + +fi + +done + for ac_header in stdint.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" |