From: Andre Przywara Date: Wed, 16 Sep 2009 12:29:07 +0000 (+0200) Subject: fix typo in configure --help X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef;p=qemu.git fix typo in configure --help Signed-off-by: Andre Przywara Signed-off-by: Aurelien Jarno --- diff --git a/configure b/configure index e0a2874a49..d752009d94 100755 --- a/configure +++ b/configure @@ -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"