summaryrefslogtreecommitdiff
path: root/recipes/qemu/qemu-0.9.1/disable-error-in-configure.patch
blob: 017f9f63557bd3165bea5343bafd762e77490eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 configure |    2 --
 1 file changed, 2 deletions(-)

Index: qemu/configure
===================================================================
--- qemu.orig/configure	2007-12-03 16:38:38.000000000 +0000
+++ qemu/configure	2007-12-03 16:38:39.000000000 +0000
@@ -323,8 +323,6 @@ for opt do
   ;;
   --disable-werror) werror="no"
   ;;
-  *) echo "ERROR: unknown option $opt"; show_help="yes"
-  ;;
   --disable-nptl) nptl="no"
   ;;
   esac