branch | SDL-1.2 |
changeset 4351 | 3ae3624c3cbc |
parent 4328 | 4abf24b03b1d |
child 4390 | 725e506f6243 |
1.1 --- a/configure.in Sat Oct 17 16:49:23 2009 +0000 1.2 +++ b/configure.in Sat Oct 17 17:35:48 2009 +0000 1.3 @@ -2517,7 +2517,7 @@ 1.4 # Set up the system libraries we need 1.5 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm" 1.6 if test x$have_directx = xyes; then 1.7 - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid -ldinput8" 1.8 + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid" 1.9 fi 1.10 # The Win32 platform requires special setup 1.11 SOURCES="$SOURCES $srcdir/src/main/win32/*.rc"