summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-04-11 21:43:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-04-11 21:43:15 (GMT)
commit3fbbb862a90f49093b07abf98736b9720b38627a (patch)
treef07901f6fa3cf8d88d3d60377f2013f61dffb6b1 /configure
parente006157deb5866bf45ca0f092d42b7f9969e4209 (diff)
downloadhdf5-3fbbb862a90f49093b07abf98736b9720b38627a.zip
hdf5-3fbbb862a90f49093b07abf98736b9720b38627a.tar.gz
hdf5-3fbbb862a90f49093b07abf98736b9720b38627a.tar.bz2
[svn-r20476] Removed all references to memory.h
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index f231c94..fb56af8 100755
--- a/configure
+++ b/configure
@@ -596,9 +596,6 @@ ac_includes_default="\
# endif
#endif
#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-# include <memory.h>
-# endif
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
@@ -11007,7 +11004,7 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h
fi
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h strings.h \
inttypes.h stdint.h unistd.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`