comparison configure.in @ 768:de1b2c3063b9

Max has been reworking this code so it works on MacOS X 10.1
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2004 16:20:28 +0000
parents 619fc21d154e
children 6f4fe7f2063b
comparison
equal deleted inserted replaced
767:d9e79e31a7b7 768:de1b2c3063b9
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... 2432 # The CD-ROM code won't work on old versions of MacOS X yet...
2433 #CDROM_SUBDIRS="$CDROM_SUBDIRS macosx" 2433 CDROM_SUBDIRS="$CDROM_SUBDIRS macosx"
2434 #CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la" 2434 CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la"
2435 #SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++" 2435 SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++"
2436 CDROM_SUBDIRS="$CDROM_SUBDIRS dummy"
2437 CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la"
2438 fi 2436 fi
2439 # Set up files for the thread library 2437 # Set up files for the thread library
2440 if test x$enable_threads = xyes; then 2438 if test x$enable_threads = xyes; then
2441 CopyUnixThreadSource 2439 CopyUnixThreadSource
2442 fi 2440 fi