# HG changeset patch # User Edgar Simo # Date 1219657862 0 # Node ID 6d705ec89fb685d78c248c184432eb73a3970ef0 # Parent e871cff1e3d25b72903e2be2a86fc6705e07830e * Fixed autotools never properly detecting directinput. diff -r e871cff1e3d2 -r 6d705ec89fb6 configure.in --- 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 }