diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4e3e11a2..fe1f3509 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -100,6 +100,7 @@ netbsd*) | |||
100 | AC_CHECK_LIB(intl, gettext) | 100 | AC_CHECK_LIB(intl, gettext) |
101 | LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols -lws2_32" | 101 | LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols -lws2_32" |
102 | CFLAGS="-mms-bitfields $CFLAGS" | 102 | CFLAGS="-mms-bitfields $CFLAGS" |
103 | LIBS="$LIBS -lws2_32 -lplibc -lole32" | ||
103 | build_target="mingw" | 104 | build_target="mingw" |
104 | ;; | 105 | ;; |
105 | *) | 106 | *) |