Updated configure with Ryan's cygwin workaround

This commit is contained in:
Sam Lantinga 2013-06-04 22:13:06 -07:00
parent bc5b08c0fd
commit e569ac658f

8
configure vendored
View file

@ -21427,6 +21427,14 @@ if test "x$ac_cv_header_xaudio2_h" = xyes; then :
fi
# FIXME: latest Cygwin finds dinput headers, but we die on other win32 headers.
# FIXME: ...so force it off for now.
case "$host" in
*-*-cygwin*)
have_dinput=false
;;
esac
fi
}