From 4ec9365c6d543a1f7e0f5c17b15d70c5235f488a Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 16 Dec 2004 18:45:48 +0000 Subject: [PATCH] * configure.ac: Check for arpa/nameser.h. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f1a852443..28f0088d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-16 David Shaw + + * configure.ac: Check for arpa/nameser.h. + 2004-12-16 Werner Koch Released 1.4.0. diff --git a/configure.ac b/configure.ac index 6ceff5b39..bee81ba4b 100644 --- a/configure.ac +++ b/configure.ac @@ -771,7 +771,7 @@ AM_CONDITIONAL(ENABLE_CARD_SUPPORT, test "$card_support" = yes) dnl Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS(unistd.h langinfo.h termio.h locale.h getopt.h) +AC_CHECK_HEADERS([unistd.h langinfo.h termio.h locale.h getopt.h arpa/nameser.h]) # Note that we do not check for iconv here because this is done anyway # by the gettext checks and thus it allows us to disable the use of