Mercurial > sdl-ios-xcode
changeset 1377:6b36d9bee83b
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 19 Feb 2006 19:38:27 +0000 |
parents | 4a47f20705eb |
children | dc0e13e7e1ae |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Feb 19 18:52:51 2006 +0000 +++ b/configure.in Sun Feb 19 19:38:27 2006 +0000 @@ -1825,7 +1825,7 @@ 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"