projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb6d45
)
the else part of this test is obsolete We are testing for sdl = yes inside the else...
author
Juan Quintela
<quintela@redhat.com>
Mon, 27 Jul 2009 14:13:09 +0000
(16:13 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:09:22 +0000
(14:09 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 0545199c22639f5e2eed3eaaa16003393764e4f5..78d12739ef05a47709d3773316b2c25976ad62ea 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-926,13
+926,7
@@
EOF
fi
fi # static link
fi # sdl compile test
-else
- # Make sure to disable cocoa if sdl was set
- if test "$sdl" = "yes" ; then
- cocoa="no"
- audio_drv_list="`echo $audio_drv_list | sed s,coreaudio,,g`"
- fi
-fi # -z $sdl
+fi
if test "$sdl" = "yes" ; then
cat > $TMPC <<EOF