mirror of https://github.com/BOINC/boinc.git
Fixed AM_CONDITIONAL([GUI_GTK]) being undefined when not compiling manager.
This commit is contained in:
parent
e5dddf0b04
commit
e04ccafb16
|
@ -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 --------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue