summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-02-03 13:00:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:30 -0500
commit10c211f2afc45e7a75f024c946a5c8232d7efd6b (patch)
treec12d9bff2fd86a02f07efc17916fe00ed441e4f9 /source4/libcli
parente6b8c811cac0730c16e685d04ee41fce036fd51c (diff)
downloadsamba-10c211f2afc45e7a75f024c946a5c8232d7efd6b.tar.gz
samba-10c211f2afc45e7a75f024c946a5c8232d7efd6b.tar.bz2
samba-10c211f2afc45e7a75f024c946a5c8232d7efd6b.zip
r5199: fix some minor configure bugs
metze (This used to be commit 274ef2a206aa00b3155adc27f5b7e35d3fa52bf6)
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/auth/gensec.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/auth/gensec.m4 b/source4/libcli/auth/gensec.m4
index 9e9b04a695..356f857d81 100644
--- a/source4/libcli/auth/gensec.m4
+++ b/source4/libcli/auth/gensec.m4
@@ -2,7 +2,7 @@ SMB_MODULE_DEFAULT(gensec_krb5, NOT)
SMB_MODULE_DEFAULT(gensec_gssapi, NOT)
if test x"$SMB_EXT_LIB_ENABLE_KRB5" = x"YES"; then
- /* enable this when krb5 is fully working */
+ # enable this when krb5 is fully working
SMB_MODULE_DEFAULT(gensec_krb5, STATIC)
SMB_MODULE_DEFAULT(gensec_gssapi, STATIC)
fi