blob: ac335001bbd39b4e8b72da67b0392019b3206528 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301Upstream-Status: Inappropriate [configuration]
2
3remove ms lib options when cross compiling
4
5Signed-Off-By: Armin Kuster <akuster808@gmail.com>
6
7Index: configure.ac
8===================================================================
9--- a.orig/configure.ac
10+++ a/configure.ac
11@@ -47,7 +47,6 @@ if test x"${cross_compiling}" = "xno" ;
12 AC_MSG_NOTICE([ LDFLAGS = ${LDFLAGS} ])
13 else
14 AC_MSG_NOTICE([Cross Compiling --- will not update CPPFALGS or LDFLAGS with /usr/local, /opt/local or /sw])
15- LIBS="$LIBS -lws2_32 -lgdi32"
16 fi
17
18 if test -r /bin/uname.exe ; then