r15413: Disable gwsvcctl on hosts without gtk
authorJelmer Vernooij <jelmer@samba.org>
Wed, 3 May 2006 11:52:20 +0000 (11:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:34 +0000 (14:05 -0500)
(This used to be commit 95cca6a881ea8ead80646eced9c0a917bffebf7b)

source4/gtk/config.m4

index 4ca0615876eb3fc631fa78912cc37e25dec0cd68..aef24f5a74c50ad1115495213eea176efaed3d18 100644 (file)
@@ -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