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:
@@ -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 "
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user