summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 60a5a87..fdf8800 100644
--- a/configure.ac
+++ b/configure.ac
@@ -166,6 +166,8 @@ AS_IF([test x$qt_check = xyes],
])
AM_CONDITIONAL([HAVE_QT],[test "x$have_qt" = "x1"])
+AM_CONDITIONAL([HAVE_GUI],[test "x$have_gtk" = "x1" -o "x$have_qt" = "x1"])
+
# Finish up
AC_CONFIG_HEADERS([src/config.h])