changeset 2648:6d705ec89fb6 gsoc2008_force_feedback

* Fixed autotools never properly detecting directinput.
author Edgar Simo <bobbens@gmail.com>
date Mon, 25 Aug 2008 09:51:02 +0000
parents e871cff1e3d2
children 7961f1f74dc8
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Aug 24 17:41:22 2008 +0000
+++ b/configure.in	Mon Aug 25 09:51:02 2008 +0000
@@ -1866,7 +1866,7 @@
     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
 }