diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d5febe3f..800ce565 100644 --- a/configure.in +++ b/configure.in @@ -59,6 +59,7 @@ case "$target" in ;; *-*-mingw*) CFLAGS="$CFLAGS -mms-bitfields" + LIBS="$LIBS -lws2_32" ;; esac |