summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-15 15:14:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:28 -0500
commit6ec00affb66cdbffb29d50c67379a5155beb6a9e (patch)
tree177f2b46f945325499d9c879c15b92357f8e2062 /source3/configure.in
parent99cf1bef108c7236b8181325633d643be0902bd3 (diff)
downloadsamba-6ec00affb66cdbffb29d50c67379a5155beb6a9e.tar.gz
samba-6ec00affb66cdbffb29d50c67379a5155beb6a9e.tar.bz2
samba-6ec00affb66cdbffb29d50c67379a5155beb6a9e.zip
r19291: this should fix the build on heimdal systems
metze (This used to be commit 785ab128c4d630819f141ede8bcf5fc0c705aebb)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index d01dc43314..3215ece08c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3857,7 +3857,7 @@ if test x"$with_ads_support" != x"no"; then
use_ads=no
fi
- if test x"$ac_cv_func_ext_decode_krb5_ap_req" != x"yes"
+ if test x"$ac_cv_func_ext_krb5_decode_ap_req" != x"yes"
then
AC_MSG_WARN(no KRB5_AP_REQ_DECODING_FUNCTION detected)
use_ads=no