summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 174ecbe0..d1c54c71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -662,7 +662,7 @@ fi
662if test "x$WIN32" = "xyes"; then 662if test "x$WIN32" = "xyes"; then
663 AC_CHECK_LIB(ws2_32, main, 663 AC_CHECK_LIB(ws2_32, main,
664 [ 664 [
665 WINSOCK2_LIBS="-lws2_32" 665 WINSOCK2_LIBS="-liphlpapi -lws2_32"
666 AC_SUBST(WINSOCK2_LIBS) 666 AC_SUBST(WINSOCK2_LIBS)
667 ], 667 ],
668 [ 668 [