diff --git a/tools/compat/configure b/tools/compat/configure index 0a922d940d4a..ae1cc936a221 100755 --- a/tools/compat/configure +++ b/tools/compat/configure @@ -2563,7 +2563,7 @@ fi done for ac_header in machine/bswap.h sys/cdefs.h sys/endian.h sys/featuretest.h \ - err.h inttypes.h libgen.h paths.h stdint.h + err.h inttypes.h libgen.h paths.h stdint.h util.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:2569: checking for $ac_header" >&5 diff --git a/tools/compat/configure.ac b/tools/compat/configure.ac index 784c14e22f2b..b15a4b7fc219 100644 --- a/tools/compat/configure.ac +++ b/tools/compat/configure.ac @@ -1,4 +1,4 @@ -# $NetBSD: configure.ac,v 1.30 2002/11/30 03:04:46 lukem Exp $ +# $NetBSD: configure.ac,v 1.31 2002/11/30 21:43:28 lukem Exp $ # # Autoconf definition file for libnbcompat. # @@ -39,7 +39,7 @@ AC_HEADER_DIRENT AC_CHECK_HEADERS(sys/sysmacros.h sys/syslimits.h \ features.h malloc.h poll.h stddef.h) AC_CHECK_HEADERS(machine/bswap.h sys/cdefs.h sys/endian.h sys/featuretest.h \ - err.h inttypes.h libgen.h paths.h stdint.h,, + err.h inttypes.h libgen.h paths.h stdint.h util.h,, [test -f include/$ac_header || touch include/$ac_header]) AC_CHECK_HEADERS(rpc/types.h getopt.h netconfig.h,, [echo '#include "config.h"' >include/$ac_header.new