aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-12-31 01:41:01 +0000
committerRichard Levitte <levitte@openssl.org>2000-12-31 01:41:01 +0000
commit5d92be8cc63f676a5192364b396fd6587570a3f6 (patch)
tree97c17dc8d772391703b477f6974a0f0a744ea8c3 /Configure
parente102a3dcfdff8f3dbe81286926525318611fc23a (diff)
downloadopenssl-5d92be8cc63f676a5192364b396fd6587570a3f6.tar.gz
Temporary measure: if no KRB5 is defined, add "no-krb5" to the
options. This is so mk1mf.pl can pick it up from Makefile.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
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
{