diff --git a/Configure b/Configure index 9a4c0f59f..718c2e63d 100755 --- a/Configure +++ b/Configure @@ -681,6 +681,7 @@ if ($no_krb5 || $withargs{"krb5-flavor"} eq "") { $cflags="-DNO_KRB5 $cflags"; + $options.=" no-krb5" unless $no_krb5; } else {