Fixed AM_CONDITIONAL([GUI_GTK]) being undefined when not compiling manager.

This commit is contained in:
Eric J Korpela 2014-06-20 08:16:53 -07:00
parent e5dddf0b04
commit e04ccafb16
1 changed files with 2 additions and 0 deletions

View File

@ -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 --------------------------------------------------