Mercurial > sdl-ios-xcode
comparison configure.in @ 196:c4c4b221a5e5
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 21:58:52 +0000 |
parents | ba9e0fcc2ae2 |
children | ec77d3d32201 |
comparison
equal
deleted
inserted
replaced
195:3669d47b07d3 | 196:c4c4b221a5e5 |
---|---|
2082 fi | 2082 fi |
2083 # Set up files for the joystick library | 2083 # Set up files for the joystick library |
2084 if test x$enable_joystick = xyes; then | 2084 if test x$enable_joystick = xyes; then |
2085 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS darwin" | 2085 JOYSTICK_SUBDIRS="$JOYSTICK_SUBDIRS darwin" |
2086 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la" | 2086 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la" |
2087 SDL_LIBS="$SDL_LIBS -framework IOKit" | |
2087 fi | 2088 fi |
2088 # Set up files for the cdrom library | 2089 # Set up files for the cdrom library |
2089 if test x$enable_cdrom = xyes; then | 2090 if test x$enable_cdrom = xyes; then |
2090 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy" | 2091 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy" |
2091 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la" | 2092 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la" |