Merged last minute fixes from force feedback branch (r4031, r4033, r4034)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403162
This commit is contained in:
Sam Lantinga 2008-08-25 10:04:06 +00:00
parent 4fd9c25fe6
commit b77fa81aa1
3 changed files with 14 additions and 13 deletions

View file

@ -1869,7 +1869,7 @@ AC_HELP_STRING([--enable-directx], [use DirectX for Win32 audio/video [[default=
if test x$enable_directx = xyes; then
AC_CHECK_HEADER(d3d9.h, have_d3d=yes)
AC_CHECK_HEADER(dsound.h, have_dsound=yes)
AC_CHECK_HEADER(dinput.h, use_dinput=yes)
AC_CHECK_HEADER(dinput.h, have_dinput=yes)
fi
}