comparison configure.in @ 684:9dcfc694a1e4

The cdrom code doesn't build on MacOS X 10.1, disabled for now...
author Sam Lantinga <slouken@libsdl.org>
date Sun, 10 Aug 2003 07:46:21 +0000
parents 8b2b97e466bc
children 91400ecf307d
comparison
equal deleted inserted replaced
683:5d2f027b3349 684:9dcfc694a1e4
2420 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la" 2420 JOYSTICK_DRIVERS="$JOYSTICK_DRIVERS darwin/libjoystick_darwin.la"
2421 SYSTEM_LIBS="$SYSTEM_LIBS -framework IOKit" 2421 SYSTEM_LIBS="$SYSTEM_LIBS -framework IOKit"
2422 fi 2422 fi
2423 # Set up files for the cdrom library 2423 # Set up files for the cdrom library
2424 if test x$enable_cdrom = xyes; then 2424 if test x$enable_cdrom = xyes; then
2425 CDROM_SUBDIRS="$CDROM_SUBDIRS macosx" 2425 # The CD-ROM code won't work on old versions of MacOS X yet...
2426 CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la" 2426 #CDROM_SUBDIRS="$CDROM_SUBDIRS macosx"
2427 SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++" 2427 #CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la"
2428 #SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++"
2429 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
2430 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
2428 fi 2431 fi
2429 # Set up files for the thread library 2432 # Set up files for the thread library
2430 if test x$enable_threads = xyes; then 2433 if test x$enable_threads = xyes; then
2431 CopyUnixThreadSource 2434 CopyUnixThreadSource
2432 fi 2435 fi