svn commit: samba r15413 - in branches/SAMBA_4_0/source/gtk: .

jelmer at samba.org jelmer at samba.org
Wed May 3 11:52:22 GMT 2006


Author: jelmer
Date: 2006-05-03 11:52:20 +0000 (Wed, 03 May 2006)
New Revision: 15413

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15413

Log:
Disable gwsvcctl on hosts without gtk

Modified:
   branches/SAMBA_4_0/source/gtk/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/config.m4
===================================================================
--- branches/SAMBA_4_0/source/gtk/config.m4	2006-05-03 11:24:17 UTC (rev 15412)
+++ branches/SAMBA_4_0/source/gtk/config.m4	2006-05-03 11:52:20 UTC (rev 15413)
@@ -6,12 +6,14 @@
 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



More information about the samba-cvs mailing list