From 77d6412817d9711c1251402b7614166c89259a43 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 17 Dec 2002 20:03:45 +0000 Subject: [PATCH] Norman Vine: Fixes for Mingwin. --- configure.ac | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index a06ee8241..18ae4dc11 100644 --- a/configure.ac +++ b/configure.ac @@ -184,11 +184,6 @@ null_LIBS="$LIBS" AC_CHECK_LIB(m, cos) -dnl MINGW requires libwsock32 -if test "x$is_mingw" = "xyes" ; then - LIBS="$LIBS -lws2_32" -fi - base_LIBS="$LIBS" dnl Thread related checks @@ -224,7 +219,8 @@ case "${host}" in dnl add -lwsock32 for mingwin case "${host}" in *-*-mingw32*) - LIBS="$LIBS -lws2_32" + echo "********** BUILDING FOR MINGW32 *************" + base_LIBS="$base_LIBS -lws2_32" ;; esac -- 2.39.5