From 944ef205b9744ae21dca06fd79d1e40f6a8f6aac Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 16 Jan 1997 19:44:24 +0000 Subject: [PATCH] look for glob.h, fnmatch.hj CVS patchset: 1299 CVS date: 1997/01/16 19:44:24 --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 6b79bec..9d47923 100644 --- a/configure.in +++ b/configure.in @@ -5,6 +5,7 @@ dnl failing causes the script to bomb out with a message. If we can't fix dnl it, why check it? AC_INIT(rpm.c) +AC_CONFIG_HEADER(misc/misc-config.h) dnl default to not using NLS XGETTEXT="" @@ -171,6 +172,9 @@ dnl Checks for header files we can live without. AC_CHECK_HEADERS(netinet/in_systm.h) AC_CHECK_HEADERS(alloca.h) AC_CHECK_HEADERS(machine/types.h) +AC_CHECK_HEADERS(glob.h,,MISCOBJS="$MISCOBJS glob.o") +AC_CHECK_HEADERS(fnmatch.h,,MISCOBJS="$MISCOBJS fnmatch.o") + if test "$PO" = po; then AC_CHECK_HEADERS(libintl.h) -- 2.7.4