summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-12 00:40:54 -0600
committerKai Blin <kai@samba.org>2010-05-20 22:16:13 +0200
commitc85008e0843f5b2af0a83ed0748af46873515446 (patch)
treeada2c3bd66cf30e8307ac43d6b3732351c6a03d5 /lib
parentca7226500ce108fb00aed6280992ecbda16b9726 (diff)
downloadsamba-c85008e0843f5b2af0a83ed0748af46873515446.tar.gz
samba-c85008e0843f5b2af0a83ed0748af46873515446.tar.bz2
samba-c85008e0843f5b2af0a83ed0748af46873515446.zip
s3-waf: move the KRB5_DEPRECATED check into lib/replace
this needs to be with the krb5.h check
Diffstat (limited to 'lib')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index ff41ce67c4..4bafcadbd4 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -35,7 +35,7 @@ def configure(conf):
conf.CHECK_HEADERS('crypt.h locale.h acl/libacl.h compat.h')
conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h')
- conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h langinfo.h')
+ conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h')
conf.CHECK_HEADERS('libaio.h locale.h ndir.h pwd.h')
conf.CHECK_HEADERS('shadow.h sys/acl.h')
conf.CHECK_HEADERS('sys/attributes.h sys/capability.h sys/dir.h sys/epoll.h')