Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 19, 2006
1 parent 3467172 commit f117d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -1825,7 +1825,7 @@ CheckUSBHID()
AC_DEFINE(SDL_JOYSTICK_USBHID)
SOURCES="$SOURCES $srcdir/src/joystick/bsd/*.c"
BUILD_CFLAGS="$BUILD_CFLAGS $USB_CFLAGS"
BUILD_LIBS="$BUILD_CFLAGS $USB_LIBS"
BUILD_LIBS="$BUILD_LIBS $USB_LIBS"
have_joystick=yes
fi
CFLAGS="$save_CFLAGS"
Expand Down

0 comments on commit f117d26

Please sign in to comment.