summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 19:35:48 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 22:25:28 +0200
commit633e962ac35f0cb0281bba4b22b88ff78cd76d80 (patch)
treeb84ea2c450a9bb7d83593afdbd9e61d1dc5ee4c7 /configure.ac
parentceff16cad6a9191d634b83b2914096e7564924e7 (diff)
downloadspice-633e962ac35f0cb0281bba4b22b88ff78cd76d80.tar.gz
spice-633e962ac35f0cb0281bba4b22b88ff78cd76d80.tar.xz
spice-633e962ac35f0cb0281bba4b22b88ff78cd76d80.zip
Make tunnel support optional in client too
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03529d09..80332526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,9 @@ AC_ARG_ENABLE(tunnel,
[ --enable-tunnel Enable network redirection],
[ have_tunnel=yes])
AM_CONDITIONAL(SUPPORT_TUNNEL, test "x$have_tunnel" = "xyes")
+if test "x$have_tunnel" = "xyes"; then
+ AC_DEFINE(USE_TUNNEL, [1], [Define if supporting tunnel proxying])
+fi
use_gui=no
AC_ARG_ENABLE(gui,