From 0faac0dabbf218f66aab4e97f1cab1236da5bcbf Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 16 Jan 2012 20:11:03 -0500 Subject: [PATCH] Remove -mwindows for MinGw and cygwin since it prevents stdout/stderr from reaching the console. From Pete Batard, see libcdio-devel Jan 16, 2012. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fbf6e652..330c0281 100644 --- a/configure.ac +++ b/configure.ac @@ -433,7 +433,7 @@ int has_timeout=sizeof(test.timeout);], [Define 1 if you are compiling using MinGW]) AC_DEFINE([HAVE_WIN32_CDROM], [1], [Define 1 if you have MinGW CD-ROM support]) - LIBS="$LIBS -lwinmm -mwindows" + LIBS="$LIBS -lwinmm" LT_NO_UNDEFINED="-no-undefined" cd_drivers="${cd_drivers}, MinGW " ;;