changeset 4351:3ae3624c3cbc SDL-1.2

We no longer have a DirectInput link requirement
author Sam Lantinga <slouken@libsdl.org>
date Sat, 17 Oct 2009 17:35:48 +0000
parents 4988a4f76a09
children c8bf421431f9
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"