From c472952fe5c4b9d3e8352ea80c5aeb7374cbcc3d Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sun, 15 Apr 2007 14:30:11 +0000 Subject: * configure.ac: QNX puts resolver functions in libsocket. From Sean Boudreau. --- ChangeLog | 5 +++++ configure.ac | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03efa0c32..b96760bff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-15 David Shaw + + * configure.ac: QNX puts resolver functions in libsocket. From + Sean Boudreau. + 2007-03-05 Werner Koch Released 1.4.7. diff --git a/configure.ac b/configure.ac index 17a31bcf4..6a30e8ef8 100644 --- a/configure.ac +++ b/configure.ac @@ -660,12 +660,12 @@ if test x"$use_dns_pka" = xyes || test x"$use_dns_srv" = xyes || test x"$use_dns _dns_save_libs=$LIBS LIBS="" # the double underscore thing is a glibc-ism? - AC_SEARCH_LIBS(res_query,resolv bind,, - AC_SEARCH_LIBS(__res_query,resolv bind,,have_resolver=no)) - AC_SEARCH_LIBS(dn_expand,resolv bind,, - AC_SEARCH_LIBS(__dn_expand,resolv bind,,have_resolver=no)) - AC_SEARCH_LIBS(dn_skipname,resolv bind,, - AC_SEARCH_LIBS(__dn_skipname,resolv bind,,have_resolver=no)) + AC_SEARCH_LIBS(res_query,resolv bind socket,, + AC_SEARCH_LIBS(__res_query,resolv bind socket,,have_resolver=no)) + AC_SEARCH_LIBS(dn_expand,resolv bind socket,, + AC_SEARCH_LIBS(__dn_expand,resolv bind socket,,have_resolver=no)) + AC_SEARCH_LIBS(dn_skipname,resolv bind socket,, + AC_SEARCH_LIBS(__dn_skipname,resolv bind socket,,have_resolver=no)) if test x"$have_resolver" != xno ; then -- cgit v1.2.3