diff options
author | David Shaw <[email protected]> | 2004-12-16 18:45:48 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-12-16 18:45:48 +0000 |
commit | 4ec9365c6d543a1f7e0f5c17b15d70c5235f488a (patch) | |
tree | 53117437f21f337da88f1b790c944555138ec097 | |
parent | * configure.ac: Check for arpa/nameser.h. (diff) | |
download | gnupg-4ec9365c6d543a1f7e0f5c17b15d70c5235f488a.tar.gz gnupg-4ec9365c6d543a1f7e0f5c17b15d70c5235f488a.zip |
* configure.ac: Check for arpa/nameser.h.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-12-16 David Shaw <[email protected]> + + * configure.ac: Check for arpa/nameser.h. + 2004-12-16 Werner Koch <[email protected]> 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 |