summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-11-02 11:27:48 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-11-02 12:28:24 +0100
commit238450c9ce9e8117bd7ae62bf164f23284da169c (patch)
tree123a7b5e20e4d0c28b6465e78a01543b4258cd0b
parent9e217075455fe7c11b354667a778fb8e5230605e (diff)
downloadlibrda-238450c9ce9e8117bd7ae62bf164f23284da169c.tar.gz
librda-238450c9ce9e8117bd7ae62bf164f23284da169c.tar.bz2
librda-238450c9ce9e8117bd7ae62bf164f23284da169c.zip
configure.ac: For the configure summary, set enable_<rdp-type>=no if not explicitly enabled.
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 16bec65..f6255c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,8 @@ AC_ARG_ENABLE([x2go],
[enable_x2go=yes])
if test "x$enable_x2go" != "x"; then
AC_DEFINE([WITH_X2GO_AWARENESS],,[Build with X2Go awareness])
+else
+ enable_x2go="no"
fi
AC_ARG_ENABLE([ogon],
@@ -72,6 +74,8 @@ AC_ARG_ENABLE([ogon],
[enable_ogon=yes])
if test "x$enable_ogon" != "x"; then
AC_DEFINE([WITH_OGON_AWARENESS],,[Build with Ogon awareness])
+else
+ enable_ogon="no"
fi
dnl Language Support