From bec9dad2940b4da9187469992436c2bfd67e0ac0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 3 May 2006 11:52:20 +0000 Subject: r15413: Disable gwsvcctl on hosts without gtk (This used to be commit 95cca6a881ea8ead80646eced9c0a917bffebf7b) --- source4/gtk/config.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/gtk') 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 -- cgit