diff --git a/configure.in b/configure.in index f91d6c7afb372f3e45e3f8e6410046bfcc5d78b2..79e80dd5b4b3ca6d4abb90ee2d863abdb802f65c 100644 --- a/configure.in +++ b/configure.in @@ -453,6 +453,7 @@ esac case $host in *-cygwin*) is_win32=yes + parport_use_ppdev=no AC_COMPILE_IFELSE(AC_LANG_PROGRAM([],[return __MINGW32__;]), [is_mingw=yes],[is_mingw=no]) @@ -474,6 +475,7 @@ case $host in *-mingw*) is_mingw=yes is_win32=yes + parport_use_ppdev=no if test x$parport_use_giveio = xno; then AC_MSG_WARN([--disable-parport-giveio is not supported by MinGW32 hosts])