From: Carlo Marcelo Arenas Belon <carenas-kLeDWSohozoJb6fo7hG9ng@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [PATCH 1/5] Revert "kvm: configure: qemu vnc-tls configure flag"
Date: Wed, 2 Jan 2008 05:35:45 -0600 [thread overview]
Message-ID: <20080102113545.GB15869@tapir> (raw)
In-Reply-To: <20080102113354.GA15869@tapir>
This reverts commit 49f7f1a96dce9d059d2d51d450c9d4bdd529c8fd.
---
configure | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/configure b/configure
index dadda8e..715e12f 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,6 @@ qemu_cc=
qemu_cflags=
qemu_ldflags=
enable_alsa=
-disable_vnc_tls=
disable_gcc_check=
cross_prefix=
arch=`uname -m`
@@ -27,7 +26,6 @@ usage() {
--qemu-cflags=CFLAGS CFLAGS to add to qemu configuration
--qemu-ldflags=LDFLAGS LDFLAGS to add to qemu configuration
--enable-alsa enable alsa support for qemu
- --disable-vnc-tls disable vnc tls support for qemu
--disable-gcc-check don't insist on gcc-3.x
CAUTION: this will break running without kvm
EOF
@@ -63,9 +61,6 @@ while [[ "$1" = -* ]]; do
--enable-alsa)
enable_alsa=1
;;
- --disable-vnc-tls)
- disable_vnc_tls=1
- ;;
--disable-gcc-check)
disable_gcc_check=1
;;
@@ -118,7 +113,6 @@ fi
--extra-ldflags="-L $PWD/../libkvm $qemu_ldflags" \
--enable-kvm --kernel-path="$libkvm_kerneldir" \
${enable_alsa:+"--enable-alsa"} \
- ${disable_vnc_tls:+"--disable-vnc-tls"} \
${disable_gcc_check:+"--disable-gcc-check"} \
--prefix="$prefix" \
${qemu_cc:+"--cc=$qemu_cc"} \
--
1.5.3.7
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
next prev parent reply other threads:[~2008-01-02 11:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-02 11:33 [PATCH 0/5] configure passthrough for qemu Carlo Marcelo Arenas Belon
2008-01-02 11:35 ` Carlo Marcelo Arenas Belon [this message]
2008-01-02 11:36 ` [PATCH 2/5] Revert "kvm: configure: qemu alsa configure option" Carlo Marcelo Arenas Belon
2008-01-02 11:38 ` [PATCH 3/5] Revert "kvm: configure: support --disable-gcc-check" Carlo Marcelo Arenas Belon
2008-01-02 11:39 ` [PATCH 4/5] configure: use passthrough for all unknown options into qemu Carlo Marcelo Arenas Belon
2008-01-02 11:40 ` [PATCH 5/5] configure: use kvm's configure usage for unknown options Carlo Marcelo Arenas Belon
2008-01-07 9:32 ` [PATCH 0/5] configure passthrough for qemu Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080102113545.GB15869@tapir \
--to=carenas-kledwsohozojb6fo7hg9ng@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.