Updated configure with Ryan's cygwin workaround
This commit is contained in:
parent
bc5b08c0fd
commit
e569ac658f
1 changed files with 8 additions and 0 deletions
8
configure
vendored
8
configure
vendored
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue