From: Richard Levitte Date: Sun, 31 Dec 2000 01:41:01 +0000 (+0000) Subject: Temporary measure: if no KRB5 is defined, add "no-krb5" to the X-Git-Tag: OpenSSL_0_9_6a-beta1~81^2~80 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=5d92be8cc63f676a5192364b396fd6587570a3f6 Temporary measure: if no KRB5 is defined, add "no-krb5" to the options. This is so mk1mf.pl can pick it up from Makefile. --- diff --git a/Configure b/Configure index 9a4c0f59fc..718c2e63da 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 {