comparison configure.in @ 777:6f4fe7f2063b

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 06 Jan 2004 17:16:02 +0000
parents de1b2c3063b9
children 7da6da0cb7cf
comparison
equal deleted inserted replaced
776:18922ae3ee07 777:6f4fe7f2063b
2427 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la" 2427 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la"
2428 SYSTEM_LIBS="$SYSTEM_LIBS -framework IOKit" 2428 SYSTEM_LIBS="$SYSTEM_LIBS -framework IOKit"
2429 fi 2429 fi
2430 # Set up files for the cdrom library 2430 # Set up files for the cdrom library
2431 if test x$enable_cdrom = xyes; then 2431 if test x$enable_cdrom = xyes; then
2432 # The CD-ROM code won't work on old versions of MacOS X yet...
2433 CDROM_SUBDIRS="$CDROM_SUBDIRS macosx" 2432 CDROM_SUBDIRS="$CDROM_SUBDIRS macosx"
2434 CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la" 2433 CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la"
2435 SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++" 2434 SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++"
2436 fi 2435 fi
2437 # Set up files for the thread library 2436 # Set up files for the thread library