qemu: drop unused insane patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4334 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-24 22:16:38 +00:00
parent 56a4a6f5c8
commit 13fccc779b
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
---
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