Bug 1078 - passing --without-kerberos5 still checks for some kerberos support
Summary: passing --without-kerberos5 still checks for some kerberos support
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: All Linux
: P2 normal
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-06 09:00 AEST by Mike Frysinger
Modified: 2006-10-07 11:41 AEST (History)
0 users

See Also:


Attachments
openssh-without-krb5.patch (908 bytes, patch)
2005-09-06 09:01 AEST, Mike Frysinger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Frysinger 2005-09-06 09:00:12 AEST
the code in configure.ac that handles kerberos support will still check for some
kerberos features even if the user specifies --without-kerberos5

this is because some of the AC macros are outside of the 'if test "x$withval" !=
"xno" ; then' code
Comment 1 Mike Frysinger 2005-09-06 09:01:12 AEST
Created attachment 953 [details]
openssh-without-krb5.patch
Comment 2 Tim Rice 2005-09-13 10:36:49 AEST
Fix commited to CVS
Thanks for the report
Comment 3 Darren Tucker 2006-10-07 11:41:53 AEST
Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4.