Skip to content

Commit

Permalink
We no longer have a DirectInput link requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 17, 2009
1 parent 9aa1011 commit 61fb281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2517,7 +2517,7 @@ case "$host" in
# 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"
Expand Down

0 comments on commit 61fb281

Please sign in to comment.