From 61fb281247f728d677c3d51c895a67dc2d298be6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 17 Oct 2009 17:35:48 +0000 Subject: [PATCH] We no longer have a DirectInput link requirement --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3d2006097..a7e9b1831 100644 --- a/configure.in +++ b/configure.in @@ -2517,7 +2517,7 @@ case "$host" in # 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"