# HG changeset patch # User Sam Lantinga # Date 1255800948 0 # Node ID 3ae3624c3cbc8b6b85e1cf4b1cc179524358aec8 # Parent 4988a4f76a09eaac02d329bfbc83b2a266ec7bd9 We no longer have a DirectInput link requirement diff -r 4988a4f76a09 -r 3ae3624c3cbc configure.in --- a/configure.in Sat Oct 17 16:49:23 2009 +0000 +++ b/configure.in Sat Oct 17 17:35:48 2009 +0000 @@ -2517,7 +2517,7 @@ # Set up the system libraries we need EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm" if test x$have_directx = xyes; then - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid -ldinput8" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid" fi # The Win32 platform requires special setup SOURCES="$SOURCES $srcdir/src/main/win32/*.rc"