From 68bfaddafefa783fe22ed3acab88133daaf6ca18 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Sun, 5 Nov 1995 08:28:20 +0000 Subject: * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER. Sigh. It's one of those days. --- mmalloc/configure | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'mmalloc/configure') diff --git a/mmalloc/configure b/mmalloc/configure index bca7aedc56f..7590f5ee122 100755 --- a/mmalloc/configure +++ b/mmalloc/configure @@ -847,15 +847,17 @@ EOF fi -ac_safe=`echo "stddef.h" | tr './\055' '___'` -echo $ac_n "checking for stddef.h""... $ac_c" 1>&6 +for ac_hdr in stddef.h +do +ac_safe=`echo "$ac_hdr" | tr './\055' '___'` +echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < +#include <$ac_hdr> EOF eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ac_err=`grep -v '^ *+' conftest.out` @@ -871,10 +873,15 @@ rm -f conftest* fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 - : + ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'` + cat >> confdefs.h <&6 fi +done trap '' 1 2 15 -- cgit v1.2.1