diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 6b2f5bd9c..ed1983999 100644 --- a/configure.ac +++ b/configure.ac @@ -572,9 +572,8 @@ if (test x"$try_hkp" = xyes || test x"$try_http" = xyes) && test x"$use_dns_srv" 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 @@ 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 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 |