diff mbox

fix typo in configure --help

Message ID 1253104147-17173-1-git-send-email-andre.przywara@amd.com
State Superseded
Headers show

Commit Message

Andre Przywara Sept. 16, 2009, 12:29 p.m. UTC
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Aurelien Jarno Sept. 16, 2009, 5:59 p.m. UTC | #1
On Wed, Sep 16, 2009 at 02:29:07PM +0200, Andre Przywara wrote:
> Signed-off-by: Andre Przywara <andre.przywara@amd.com>
> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Good catch! Applied, thanks.

> 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"
> -- 
> 1.6.1.3
> 
> 
> 
> 
>
diff mbox

Patch

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"