From f7c8cb03d7327ec2813d1010d9c477e8def8fa5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 10 Oct 2010 00:16:48 +0200 Subject: Build goom with newer MinGW. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0ec7efe5..2fe20f48d 100644 --- a/configure.ac +++ b/configure.ac @@ -278,8 +278,9 @@ case "$host_os" in if test "$SYS" = "mingw32"; then WIN32_CPPFLAGS='-I$(top_srcdir)/win32/include' LIBS="-lwinmm -lwsock32 $LIBS" - GOOM_LIBS="-liberty" LDFLAGS="-Wl,--enable-stdcall-fixup $LDFLAGS" + dnl iberty has been needed only in older versions + AC_CHECK_LIB(iberty, strncomp, [GOOM_LIBS="-liberty"]) fi LDFLAGS="-no-undefined $LDFLAGS" ;; -- cgit v1.2.3