summaryrefslogtreecommitdiff
path: root/source4/gtk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-03 11:52:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:34 -0500
commitbec9dad2940b4da9187469992436c2bfd67e0ac0 (patch)
tree7028b3bbc99f5837ec6048a306f1a0d69a95eae8 /source4/gtk
parent5adcc59265dad33d912563e1538345fa26c8c07b (diff)
downloadsamba-bec9dad2940b4da9187469992436c2bfd67e0ac0.tar.gz
samba-bec9dad2940b4da9187469992436c2bfd67e0ac0.tar.bz2
samba-bec9dad2940b4da9187469992436c2bfd67e0ac0.zip
r15413: Disable gwsvcctl on hosts without gtk
(This used to be commit 95cca6a881ea8ead80646eced9c0a917bffebf7b)
Diffstat (limited to 'source4/gtk')
-rw-r--r--source4/gtk/config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4
index 4ca0615876..aef24f5a74 100644
--- a/source4/gtk/config.m4
+++ b/source4/gtk/config.m4
@@ -6,12 +6,14 @@ SMB_ENABLE(gregedit, NO)
SMB_ENABLE(gwcrontab, NO)
SMB_ENABLE(gwsam, NO)
SMB_ENABLE(gepdump, NO)
+SMB_ENABLE(gwsvcctl, NO)
if test t$SMB_ENABLE_gtk = tYES; then
SMB_ENABLE(gtksamba, YES)
SMB_ENABLE(gregedit, YES)
SMB_ENABLE(gwcrontab, YES)
SMB_ENABLE(gwsam, YES)
+ SMB_ENABLE(gwsvcctl, YES)
SMB_ENABLE(gepdump, YES)
AC_DEFINE(HAVE_GTK, 1, [Whether GTK+ is available])
fi