gnupg (ChangeLog configure.ac)

cvs user dshaw cvs at cvs.gnupg.org
Thu Dec 16 19:41:19 CET 2004


    Date: Thursday, December 16, 2004 @ 19:45:48
  Author: dshaw
    Path: /cvs/gnupg/gnupg

Modified: ChangeLog configure.ac

* configure.ac: Check for arpa/nameser.h.


--------------+
 ChangeLog    |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


Index: gnupg/ChangeLog
diff -u gnupg/ChangeLog:1.223 gnupg/ChangeLog:1.224
--- gnupg/ChangeLog:1.223	Thu Dec 16 11:04:36 2004
+++ gnupg/ChangeLog	Thu Dec 16 19:45:48 2004
@@ -1,3 +1,7 @@
+2004-12-16  David Shaw  <dshaw at jabberwocky.com>
+
+	* configure.ac: Check for arpa/nameser.h.
+
 2004-12-16  Werner Koch  <wk at g10code.com>
 
 	Released 1.4.0.
Index: gnupg/configure.ac
diff -u gnupg/configure.ac:1.116 gnupg/configure.ac:1.117
--- gnupg/configure.ac:1.116	Thu Dec 16 11:53:25 2004
+++ gnupg/configure.ac	Thu Dec 16 19:45:48 2004
@@ -19,7 +19,7 @@
 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 dnl
 dnl (Process this file with autoconf to produce a configure script.)
-dnlAC_REVISION($Revision: 1.116 $)dnl
+dnlAC_REVISION($Revision: 1.117 $)dnl
 
 AC_PREREQ(2.59)
 min_automake_version="1.9.3"
@@ -771,7 +771,7 @@
 
 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




More information about the Gnupg-commits mailing list