aboutsummaryrefslogtreecommitdiff
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 e2d57e5e..eb6591a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ netbsd*)
83*mingw*) 83*mingw*)
84 AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system]) 84 AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system])
85 AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system]) 85 AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system])
86 LDFLAGS="$LDFLAGS -no-undefined -Wl,--export-all-symbols -lws2_32" 86 LDFLAGS="$LDFLAGS -no-undefined -Wl,--export-all-symbols -lws2_32 -lplibc"
87 ;; 87 ;;
88*) 88*)
89 AC_MSG_RESULT(Unrecognised OS $host_os) 89 AC_MSG_RESULT(Unrecognised OS $host_os)