From: curt Date: Wed, 18 Dec 2002 21:54:04 +0000 (+0000) Subject: Mingwin fix from Norman Vine. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f076594288ee47c62e56704bd3b1853c5a9bcdde;p=simgear.git Mingwin fix from Norman Vine. --- diff --git a/configure.ac b/configure.ac index c16390d4..f93be681 100644 --- a/configure.ac +++ b/configure.ac @@ -179,7 +179,7 @@ case "${host}" in dnl add -lwsock32 for mingwin case "${host}" in *-*-mingw32*) - LIBS="$LIBS -lws2_32" + base_LIBS="$base_LIBS -lws2_32" ;; esac