commit | 5d92be8cc63f676a5192364b396fd6587570a3f6 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Sun Dec 31 01:41:01 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Sun Dec 31 01:41:01 2000 +0000 |
tree | 97c17dc8d772391703b477f6974a0f0a744ea8c3 | |
parent | e102a3dcfdff8f3dbe81286926525318611fc23a [diff] [blame] |
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 9a4c0f5..718c2e6 100755 --- a/Configure +++ b/Configure
@@ -681,6 +681,7 @@ || $withargs{"krb5-flavor"} eq "") { $cflags="-DNO_KRB5 $cflags"; + $options.=" no-krb5" unless $no_krb5; } else {