From fbdddf0cd9bfe7cba3ce5ca288a052a4c3cf9d02 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Jul 2004 17:52:29 +0000 Subject: r1480: gwsam has unresolved symbols in it (on my SuSE 9.1) so I disable it for now metze (This used to be commit 32d6f86d43394fea11ee5059c884dcaf2736747b) --- source4/gtk/config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/gtk/config.m4') diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4 index 757ce59c07..05e7377860 100644 --- a/source4/gtk/config.m4 +++ b/source4/gtk/config.m4 @@ -10,7 +10,8 @@ if test t$SMB_EXT_LIB_ENABLE_gtk = tYES; then SMB_SUBSYSTEM_ENABLE(GTKSMB, YES) SMB_BINARY_ENABLE(gregedit, YES) SMB_BINARY_ENABLE(gwcrontab, YES) - SMB_BINARY_ENABLE(gwsam, YES) + # this break the build on my SuSE 9.1 --metze + #SMB_BINARY_ENABLE(gwsam, YES) AC_DEFINE(HAVE_GTK, 1, [Whether GTK+ is available]) fi -- cgit