diff options
author | Andre Przywara <andre.przywara@amd.com> | 2009-09-16 14:29:07 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-09-16 19:57:13 +0200 |
commit | e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef (patch) | |
tree | f1a2cd1e2c6e64e58a70875e5e409d2c46f6622e /configure | |
parent | e1a0e47f763f2b9bc1f90111da379abe568e8ed5 (diff) | |
download | hqemu-e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef.zip hqemu-e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef.tar.gz |
fix typo in configure --help
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'configure')
-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" |