Remove -mwindows for MinGw and cygwin since it prevents stdout/stderr from reaching the console. From Pete Batard, see libcdio-devel Jan 16, 2012.

This commit is contained in:
rocky
2012-01-16 20:11:03 -05:00
parent a3fdd2f453
commit 0faac0dabb

View File

@@ -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 "
;;