diff options
author | Andre Przywara | 2009-09-16 14:29:07 +0200 |
---|---|---|
committer | Aurelien Jarno | 2009-09-16 19:57:13 +0200 |
commit | e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef (patch) | |
tree | f1a2cd1e2c6e64e58a70875e5e409d2c46f6622e | |
parent | escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951 (diff) | |
download | qemu-e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef.tar.gz qemu-e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef.tar.xz qemu-e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef.zip |
fix typo in configure --help
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -674,7 +674,7 @@ echo " --enable-bluez enable bluez stack connectivity" echo " --disable-kvm disable KVM acceleration support" echo " --enable-kvm enable KVM acceleration support" echo " --disable-nptl disable usermode NPTL support" -echo " --enable-nptl disable usermode NPTL support" +echo " --enable-nptl enable usermode NPTL support" echo " --enable-system enable all system emulation targets" echo " --disable-system disable all system emulation targets" echo " --enable-user enable supported user emulation targets" |