branch | SDL-1.2 |
changeset 4351 | 3ae3624c3cbc |
parent 4328 | 4abf24b03b1d |
child 4390 | 725e506f6243 |
--- 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"