gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] mingw: configure test for libmingwex.a


From: Teun Burgers
Subject: [gnugo-devel] mingw: configure test for libmingwex.a
Date: Tue, 24 Sep 2002 23:06:53 +0200

Recent versions of mingw come with a library libmingwex.a
that adds some extra common functions. For Gnu Go the
*snprint* functions are relevant.

This patch adds a test to search for libmingwex.a

- add configure test for mingw's libmingwex.a

Teun

diff -u -r1.61 configure.in
--- configure.in        14 Sep 2002 19:06:19 -0000      1.61
+++ configure.in        24 Sep 2002 21:02:50 -0000
@@ -121,6 +121,7 @@
 
 if test $ac_cv_mingw32 = yes;then
     LIBS="$LIBS -lwsock32"
+    AC_SEARCH_LIBS(vsnprintf, mingwex)
 fi
 
 AC_PROG_CPP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]