提交 5d92be8c 编写于 作者: R Richard Levitte

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

options.  This is so mk1mf.pl can pick it up from Makefile.
上级 e102a3dc
......@@ -681,6 +681,7 @@ if ($no_krb5
|| $withargs{"krb5-flavor"} eq "")
{
$cflags="-DNO_KRB5 $cflags";
$options.=" no-krb5" unless $no_krb5;
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册