qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 12/14] ignore unknown --xyzdir options


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 12/14] ignore unknown --xyzdir options
Date: Wed, 26 May 2010 16:08:27 +0200

Signed-off-by: Paolo Bonzini <address@hidden>
---
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 2e59f9b..b036c40 100755
--- a/configure
+++ b/configure
@@ -673,6 +673,8 @@ for opt do
   ;;
   --enable-vhost-net) vhost_net="yes"
   ;;
+  --*dir)
+  ;;
   *) echo "ERROR: unknown option $opt"; show_help="yes"
   ;;
   esac
-- 
1.6.6.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]