gnupg (ChangeLog configure.ac)

cvs user dshaw cvs at cvs.gnupg.org
Thu Dec 30 04:25:30 CET 2004


    Date: Thursday, December 30, 2004 @ 04:31:19
  Author: dshaw
    Path: /cvs/gnupg/gnupg

Modified: ChangeLog configure.ac

* configure.ac: Better implementation for the SRV check.  We don't need to
actually check all the header files individually since the SRV test
compile uses them together.


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


Index: gnupg/ChangeLog
diff -u gnupg/ChangeLog:1.230 gnupg/ChangeLog:1.231
--- gnupg/ChangeLog:1.230	Fri Dec 24 20:43:16 2004
+++ gnupg/ChangeLog	Thu Dec 30 04:31:19 2004
@@ -1,3 +1,9 @@
+2004-12-28  David Shaw  <dshaw at jabberwocky.com>
+
+	* configure.ac: Better implementation for the SRV check.  We don't
+	need to actually check all the header files individually since the
+	SRV test compile uses them together.
+
 2004-12-24  David Shaw  <dshaw at jabberwocky.com>
 
 	* configure.ac: Use new LIBCURL_CHECK_CONFIG macro for
Index: gnupg/configure.ac
diff -u gnupg/configure.ac:1.122 gnupg/configure.ac:1.123
--- gnupg/configure.ac:1.122	Fri Dec 24 20:43:16 2004
+++ gnupg/configure.ac	Thu Dec 30 04:31:19 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.122 $)dnl
+dnlAC_REVISION($Revision: 1.123 $)dnl
 
 AC_PREREQ(2.59)
 min_automake_version="1.9.3"
@@ -572,9 +572,8 @@
   if test x"$use_dns_srv" = xyes ; then
      AC_DEFINE(USE_DNS_SRV,1,[define to use DNS SRV])
      SRVLIBS=$LIBS
-  else
-     AC_MSG_NOTICE([Resolver functions not found or not usable.  Disabling DNS SRV.])
   fi
+
   LIBS=$_srv_save_libs
 fi
 
@@ -804,13 +803,12 @@
 
 dnl Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([unistd.h langinfo.h termio.h locale.h getopt.h arpa/nameser.h])
+AC_CHECK_HEADERS([unistd.h langinfo.h termio.h locale.h getopt.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
 # iconv by using --disable-nls.
 
-
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_C_INLINE




More information about the Gnupg-commits mailing list