From 238450c9ce9e8117bd7ae62bf164f23284da169c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 2 Nov 2018 11:27:48 +0000 Subject: configure.ac: For the configure summary, set enable_=no if not explicitly enabled. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3