diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-13 11:26:24 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-13 04:41:05 +0100 |
commit | 3bf922111a29277e390361c6f4cf7580ff4453e3 (patch) | |
tree | 4a824b57a9e528ef1aedb4358236b9d48ae5ad27 /source4/heimdal_build | |
parent | 4a0d1b5ac6c2a42fd5df969acf91bb8e60af06e1 (diff) | |
download | samba-3bf922111a29277e390361c6f4cf7580ff4453e3.tar.gz samba-3bf922111a29277e390361c6f4cf7580ff4453e3.tar.bz2 samba-3bf922111a29277e390361c6f4cf7580ff4453e3.zip |
s3-build: expliticly require gssapi for HAVE_KRB5 and remove HAVE_GSSAPI
The requirement for gss functions already make this happen, but
this is clearer. No code depends on HAVE_GSSAPI any more.
Andrew Bartlett
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index a9ba14f8ca..eab2cf3abd 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -62,7 +62,6 @@ conf.CHECK_DECLS('_res', headers='netinet/in.h arpa/nameser.h resolv.h') conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h libutil.h') conf.DEFINE('HAVE_KRB5',1) -conf.DEFINE('HAVE_GSSAPI',1) conf.CHECK_FUNCS('dirfd', headers='dirent.h') conf.CHECK_DECLS('dirfd', reverse=True, headers='dirent.h') |