Skip to content

Commit

Permalink
Add -liphlpapi to configure.ac for mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Nov 16, 2023
1 parent c1780b1 commit 16488d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -241,7 +241,7 @@ AC_CHECK_FUNC([gethostbyname],
[],
[AC_CHECK_LIB([ws2_32],
[main],
[NET_LIBS="$NET_LIBS -lws2_32"],
[NET_LIBS="$NET_LIBS -lws2_32 -liphlpapi"],
[],
[])
])
Expand Down

0 comments on commit 16488d3

Please sign in to comment.