changeset 20510:4970c04f6a49

Remove redundant variable setting.
author diego
date Mon, 30 Oct 2006 08:39:19 +0000
parents fd92e89d0a4e
children ee40a648768b
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Oct 30 08:28:58 2006 +0000
+++ b/configure	Mon Oct 30 08:39:19 2006 +0000
@@ -3583,7 +3583,6 @@
 }
 EOF
   if cc_check -framework Carbon -framework QuickTime -framework CoreAudio; then 
-    _macosx=yes
     _macosx_frameworks="-framework Carbon -framework QuickTime -framework CoreAudio -framework AudioUnit -framework AudioToolbox"
     _def_macosx='#define MACOSX 1'
     _aosrc="$_aosrc ao_macosx.c"