From 79e99e6abd86a62066165c6886b0c6a93715d2f9 Mon Sep 17 00:00:00 2001 From: szaka Date: Fri, 23 Feb 2007 19:52:45 +0000 Subject: [PATCH] don't check for unused gcrypt.h and gnutls/pkcs12.h headers (Andreas Hanke) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6a4a18e9..fbb5c5d8 100644 --- a/configure.ac +++ b/configure.ac @@ -142,7 +142,7 @@ AC_CHECK_HEADERS([ctype.h fcntl.h libgen.h libintl.h limits.h locale.h \ endian.h byteswap.h sys/byteorder.h sys/endian.h sys/param.h \ sys/ioctl.h sys/mount.h sys/stat.h sys/types.h sys/vfs.h \ sys/statvfs.h sys/sysmacros.h linux/major.h linux/fd.h linux/hdreg.h \ - machine/endian.h gcrypt.h windows.h gnutls/pkcs12.h syslog.h]) + machine/endian.h windows.h syslog.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL