From 79f619ba3ad2aab6587adcf43679624dc97e056e Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Wed, 16 Sep 2009 14:29:07 +0200 Subject: [PATCH] fix typo in configure --help Signed-off-by: Andre Przywara Signed-off-by: Aurelien Jarno --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e0a2874..d752009 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" -- 2.7.4