summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-06-19 00:54:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:51:59 -0500
commitf38c27b4e092f5846bf1b547405df68e4bf3391d (patch)
tree9abbacfb4e5a3ea8ac72f7e01947a2235c43003a /source3/configure.in
parentd703c350cbbd04d7cea79575dc1bfec284cb1cb5 (diff)
downloadsamba-f38c27b4e092f5846bf1b547405df68e4bf3391d.tar.gz
samba-f38c27b4e092f5846bf1b547405df68e4bf3391d.tar.bz2
samba-f38c27b4e092f5846bf1b547405df68e4bf3391d.zip
r1193: Ensure we check for and use krb5_free_unparsed_name().
Jeremy. (This used to be commit af5a08f5ad895cb33c9134771da19ba5e709e742)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 6975c62b39..b77016c0e3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2736,6 +2736,7 @@ if test x"$with_ads_support" != x"no"; then
AC_CHECK_FUNC_EXT(krb5_free_ktypes, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_free_data_contents, $KRB5_LIBS)
AC_CHECK_FUNC_EXT(krb5_principal_get_comp_string, $KRB5_LIBS)
+ AC_CHECK_FUNC_EXT(krb5_free_unparsed_name, $KRB5_LIBS)
LIBS="$LIBS $KRB5_LIBS"