author | Sam Lantinga <slouken@libsdl.org> |
Sat, 17 Oct 2009 17:35:48 +0000 | |
branch | SDL-1.2 |
changeset 4351 | 3ae3624c3cbc |
parent 4350 | 4988a4f76a09 |
child 4352 | c8bf421431f9 |
configure.in | file | annotate | diff | comparison | revisions |
--- 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"