diff --git a/configure.ac b/configure.ac index 1256c2e6a5..782564db10 100644 --- a/configure.ac +++ b/configure.ac @@ -979,6 +979,8 @@ fi dnl ---------- wxWidgets -------------------------------------------------- if test "${enable_manager}" = yes ; then BOINC_OPTIONS_WXWIDGETS([3.0.0]) +else + AM_CONDITIONAL([GUI_GTK], false) fi dnl ---------- libNotify --------------------------------------------------