bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kerberos configure check broken


From: Tollef Fog Heen
Subject: kerberos configure check broken
Date: 04 Mar 2002 07:29:34 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

It seems like passing --without-krb4 doesn't really turn kerberos off,
it just makes the default directory into 'no'.  Wrapping the kerberos
check in an 

if test "$KRB4" != "no"; then
[check here]
fi

fixes it.

The patch is quite big because of intendation changes, but is
attached.  Against 1.11.1p1.

-- 
Tollef Fog Heen
Unix _IS_ user friendly... It's just selective about who its friends are.

Attachment: krb4.configure.diff
Description: Patch to fix cvs' configure check for kerberos


reply via email to

[Prev in Thread] Current Thread [Next in Thread]