1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

r1480: gwsam has unresolved symbols in it

(on my SuSE 9.1)

so I disable it for now

metze
This commit is contained in:
Stefan Metzmacher 2004-07-13 17:52:29 +00:00 committed by Gerald (Jerry) Carter
parent 2758c26ac9
commit 32d6f86d43

View File

@ -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