On 10/12/2010 03:49 PM, malc wrote:
On Tue, 12 Oct 2010, Paolo Bonzini wrote:

We have config files now which provide fine-grained control.

Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
---
  configure |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 5786729..efebaa9 100755
--- a/configure
+++ b/configure
@@ -856,8 +856,6 @@ echo "  --enable-sdl             enable SDL"
  echo "  --enable-cocoa           enable COCOA (Mac OS X only)"
  echo "  --audio-drv-list=LIST    set audio drivers list:"
  echo "                           Available drivers: $audio_possible_drivers"
-echo "  --audio-card-list=LIST   set list of emulated audio cards 
[$audio_card_list]"
-echo "                           Available cards: $audio_possible_cards"
  echo "  --block-drv-whitelist=L  set block driver whitelist"
  echo "                           (affects only QEMU, not qemu-img)"
  echo "  --enable-mixemu          enable mixer emulation"
@@ -934,6 +932,8 @@ echo "  --extra-ldflags=LDFLAGS  append extra linker flags 
LDFLAGS"
  echo "  --fmod-lib               path to FMOD library"
  echo "  --fmod-inc               path to FMOD includes"
  echo "  --oss-lib                path to OSS library"
+echo "  --audio-card-list=LIST   set list of emulated audio cards 
[$audio_card_list]"
+echo "                           Available cards: $audio_possible_cards"
  echo "  --make=MAKE              use specified make [$make]"
  echo "  --install=INSTALL        use specified install [$install]"
  echo ""

Point of this text shuffling is?

It gets under the "Deprecated options:" heading, see patch subject.

Paolo

Reply via email to