From: Andre Przywara Date: Wed, 16 Sep 2009 12:29:07 +0000 (+0200) Subject: fix typo in configure --help X-Git-Tag: v0.12.0-rc0~1081 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5934d333f0a1a8d1a3f05c0b4a6447b01e21bef;p=thirdparty%2Fqemu.git fix typo in configure --help Signed-off-by: Andre Przywara Signed-off-by: Aurelien Jarno --- diff --git a/configure b/configure index e0a2874a49a..d752009d949 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"