diff options
Diffstat (limited to 'source4/gtk/config.m4')
-rw-r--r-- | source4/gtk/config.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4 index 05e7377860..757ce59c07 100644 --- a/source4/gtk/config.m4 +++ b/source4/gtk/config.m4 @@ -10,8 +10,7 @@ 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) - # this break the build on my SuSE 9.1 --metze - #SMB_BINARY_ENABLE(gwsam, YES) + SMB_BINARY_ENABLE(gwsam, YES) AC_DEFINE(HAVE_GTK, 1, [Whether GTK+ is available]) fi |