From 64cc637088eaf250d03e193f78471503fec76269 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 10 Aug 2003 07:46:21 +0000 Subject: [PATCH] The cdrom code doesn't build on MacOS X 10.1, disabled for now... --- configure.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 837c1d779..3598104eb 100644 --- a/configure.in +++ b/configure.in @@ -2422,9 +2422,12 @@ case "$target" in 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