Mercurial > sdl-ios-xcode
changeset 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 | 5d2f027b3349 |
children | cc47d783f096 |
files | configure.in |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Aug 10 07:21:43 2003 +0000 +++ b/configure.in Sun Aug 10 07:46:21 2003 +0000 @@ -2422,9 +2422,12 @@ fi # Set up files for the cdrom library if test x$enable_cdrom = xyes; then - CDROM_SUBDIRS="$CDROM_SUBDIRS macosx" - CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la" - SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++" + # The CD-ROM code won't work on old versions of MacOS X yet... + #CDROM_SUBDIRS="$CDROM_SUBDIRS macosx" + #CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la" + #SYSTEM_LIBS="$SYSTEM_LIBS -framework AudioToolbox -framework AudioUnit -lstdc++" + CDROM_SUBDIRS="$CDROM_SUBDIRS dummy" + CDROM_DRIVERS="$CDROM_DRIVERS dummy/libcdrom_dummy.la" fi # Set up files for the thread library if test x$enable_threads = xyes; then