From: ntfreak at B. <nt...@ma...> - 2009-07-16 12:03:35
|
Author: ntfreak Date: 2009-07-16 12:03:33 +0200 (Thu, 16 Jul 2009) New Revision: 2545 Modified: trunk/configure.in Log: - disable using parport ppdev under win32 hosts Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-07-16 00:08:36 UTC (rev 2544) +++ trunk/configure.in 2009-07-16 10:03:33 UTC (rev 2545) @@ -453,6 +453,7 @@ 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 @@ *-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]) |