Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated configure with Ryan's cygwin workaround
  • Loading branch information
slouken committed Jun 5, 2013
1 parent 81f2910 commit 8cd8985
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configure
Expand Up @@ -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
}

Expand Down

0 comments on commit 8cd8985

Please sign in to comment.