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 9a920113..971e3c19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ netbsd*)
135 AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system]) 135 AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system])
136 AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system]) 136 AC_DEFINE_UNQUOTED(WINDOWS,1,[This is a Windows system])
137 AM_CONDITIONAL(HAVE_W32, true) 137 AM_CONDITIONAL(HAVE_W32, true)
138 LDFLAGS="$LDFLAGS -no-undefined -Wl,--export-all-symbols -lws2_32" 138 LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols -lws2_32"
139 AM_CONDITIONAL(HAVE_GNU_LD, true) 139 AM_CONDITIONAL(HAVE_GNU_LD, true)
140 # check if PlibC is available 140 # check if PlibC is available
141 CHECK_PLIBC 141 CHECK_PLIBC