branch | SDL-1.2 |
changeset 4167 | a6f635e5eaa6 |
parent 4165 | 3b8ac3d311a2 |
child 4184 | ed5913896653 |
--- a/configure.in Thu Apr 02 04:09:40 2009 +0000 +++ b/configure.in Thu Apr 02 04:43:36 2009 +0000 @@ -2470,7 +2470,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" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -ldxguid -ldinput8" fi # The Win32 platform requires special setup SOURCES="$SOURCES $srcdir/src/main/win32/*.rc"