changeset 3619:07fbaf6ccb51

Removed comment referring to previously-removed CD-ROM subsystem.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 06 Jan 2010 21:04:11 +0000
parents 276a6474a449
children 838fcbc09c68
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Jan 06 20:58:03 2010 +0000
+++ b/configure.in	Wed Jan 06 21:04:11 2010 +0000
@@ -2672,7 +2672,7 @@
         EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa"
         EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Carbon"
         EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,IOKit"
-        # If either the audio or CD driver is used, add the AudioUnit framework
+        # If either the audio is used, add the AudioUnit framework
         if test x$enable_audio = xyes; then
             EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit"
         fi