diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1c467bfff..663061031 100644 --- a/configure.ac +++ b/configure.ac @@ -1088,6 +1088,12 @@ if test "$build_dirmngr" = "yes"; then show_tor_support="${show_tor_support} (no system resolver)" fi + if test "$have_w32_system" = yes; then + if test "$use_libdns" = yes; then + DNSLIBS="$DNSLIBS -liphlpapi" + fi + fi + LIBS=$_dns_save_libs fi |