diff mbox

configure: show --disable-vte and --enable-vte in help message

Message ID 1434554094-6040-1-git-send-email-lma@suse.com
State New
Headers show

Commit Message

Lin Ma June 17, 2015, 3:14 p.m. UTC
Signed-off-by: Lin Ma <lma@suse.com>
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

Comments

Markus Armbruster June 17, 2015, 3:59 p.m. UTC | #1
Copying qemu-trivial.

Lin Ma <lma@suse.com> writes:

> Signed-off-by: Lin Ma <lma@suse.com>
> ---
>  configure | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configure b/configure
> index 222694f..4f895e3 100755
> --- a/configure
> +++ b/configure
> @@ -1420,6 +1420,8 @@ Advanced options (experts only):
>    --enable-numa            enable libnuma support
>    --disable-tcmalloc       disable tcmalloc support
>    --enable-tcmalloc        enable tcmalloc support
> +  --disable-vte            disable vte
> +  --enable-vte             enable vte
>  
>  NOTE: The object files are built at the place where configure is launched
>  EOF
Michael Tokarev June 17, 2015, 6:54 p.m. UTC | #2
17.06.2015 18:14, Lin Ma wrote:
> Signed-off-by: Lin Ma <lma@suse.com>
> ---
>  configure | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configure b/configure
> index 222694f..4f895e3 100755
> --- a/configure
> +++ b/configure
> @@ -1420,6 +1420,8 @@ Advanced options (experts only):
>    --enable-numa            enable libnuma support
>    --disable-tcmalloc       disable tcmalloc support
>    --enable-tcmalloc        enable tcmalloc support
> +  --disable-vte            disable vte
> +  --enable-vte             enable vte

Applied to -trivial, thanks!

/mjt
diff mbox

Patch

diff --git a/configure b/configure
index 222694f..4f895e3 100755
--- a/configure
+++ b/configure
@@ -1420,6 +1420,8 @@  Advanced options (experts only):
   --enable-numa            enable libnuma support
   --disable-tcmalloc       disable tcmalloc support
   --enable-tcmalloc        enable tcmalloc support
+  --disable-vte            disable vte
+  --enable-vte             enable vte
 
 NOTE: The object files are built at the place where configure is launched
 EOF