changeset 3621:2fbe6995b2a2

Made the comment more readable
author Sam Lantinga <slouken@libsdl.org>
date Thu, 07 Jan 2010 04:39:44 +0000
parents 838fcbc09c68
children 3e043c661dfc
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Jan 07 04:38:58 2010 +0000
+++ b/configure.in	Thu Jan 07 04:39:44 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 is used, add the AudioUnit framework
+        # If 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