diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-10-22 16:21:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-10-22 16:21:45 +0200 |
commit | b25af68e2ba6f49462e9b041fb43f719f0e58054 (patch) | |
tree | 0beaf9fe08d061786d24f907a72983952facc6d2 | |
parent | 100f8addfe9aee6a064ee6a1194bde21e534201e (diff) | |
parent | 9f217413cdc3f58dfd8ce58dd94d7b8943f50b4b (diff) | |
download | librda-b25af68e2ba6f49462e9b041fb43f719f0e58054.tar.gz librda-b25af68e2ba6f49462e9b041fb43f719f0e58054.tar.bz2 librda-b25af68e2ba6f49462e9b041fb43f719f0e58054.zip |
Merge branch 'rbuj-defines'
Attributes GH PR #2: https://github.com/ArcticaProject/librda/pull/2
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 8821ae8..16bec65 100644 --- a/configure.ac +++ b/configure.ac @@ -61,8 +61,7 @@ dnl enable/disable awarenesses AC_ARG_ENABLE([x2go], [AS_HELP_STRING([--enable-x2go], [enable awareness of X2Go sessions])], - [enable_x2go=yes], - [enable_x2go=no]) + [enable_x2go=yes]) if test "x$enable_x2go" != "x"; then AC_DEFINE([WITH_X2GO_AWARENESS],,[Build with X2Go awareness]) fi @@ -70,8 +69,7 @@ fi AC_ARG_ENABLE([ogon], [AS_HELP_STRING([--enable-ogon], [enable awareness of Ogon sessions])], - [enable_ogon=yes], - [enable_ogon=no]) + [enable_ogon=yes]) if test "x$enable_ogon" != "x"; then AC_DEFINE([WITH_OGON_AWARENESS],,[Build with Ogon awareness]) fi |