- disable using parport ppdev under win32 hosts
git-svn-id: svn://svn.berlios.de/openocd/trunk@2545 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
1af6b72fc1
commit
4ebd353ae1
|
@ -453,6 +453,7 @@ esac
|
||||||
case $host in
|
case $host in
|
||||||
*-cygwin*)
|
*-cygwin*)
|
||||||
is_win32=yes
|
is_win32=yes
|
||||||
|
parport_use_ppdev=no
|
||||||
|
|
||||||
AC_COMPILE_IFELSE(AC_LANG_PROGRAM([],[return __MINGW32__;]),
|
AC_COMPILE_IFELSE(AC_LANG_PROGRAM([],[return __MINGW32__;]),
|
||||||
[is_mingw=yes],[is_mingw=no])
|
[is_mingw=yes],[is_mingw=no])
|
||||||
|
@ -474,6 +475,7 @@ case $host in
|
||||||
*-mingw*)
|
*-mingw*)
|
||||||
is_mingw=yes
|
is_mingw=yes
|
||||||
is_win32=yes
|
is_win32=yes
|
||||||
|
parport_use_ppdev=no
|
||||||
|
|
||||||
if test x$parport_use_giveio = xno; then
|
if test x$parport_use_giveio = xno; then
|
||||||
AC_MSG_WARN([--disable-parport-giveio is not supported by MinGW32 hosts])
|
AC_MSG_WARN([--disable-parport-giveio is not supported by MinGW32 hosts])
|
||||||
|
|
Loading…
Reference in New Issue