summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-03-19 03:14:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-03-19 03:14:28 (GMT)
commitbeccb8a0fcb8a380c7cd140852a486885b8e38c0 (patch)
tree75c336a00b5b3f50f6a48b170e240830fa6833ca /configure
parent00c4e5f00d4051917b56c5806f4026d8e9d81b8d (diff)
downloadhdf5-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-xconfigure12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure b/configure
index 3af799b..6b4a82b 100755
--- a/configure
+++ b/configure
@@ -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"