Temporary measure: if no KRB5 is defined, add "no-krb5" to the

options.  This is so mk1mf.pl can pick it up from Makefile.
This commit is contained in:
Richard Levitte 2000-12-31 01:41:01 +00:00
parent e102a3dcfd
commit 5d92be8cc6

View File

@ -681,6 +681,7 @@ if ($no_krb5
|| $withargs{"krb5-flavor"} eq "")
{
$cflags="-DNO_KRB5 $cflags";
$options.=" no-krb5" unless $no_krb5;
}
else
{