summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-21 00:46:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-21 00:46:28 +0000
commitbf2336f478aed4e4a179bc7868217b91af1324ca (patch)
tree3c1c9b65db653812bc0c49f73f52d8d9b13e17a1 /util/mk1mf.pl
parent384dba6edb478764bc72fc03c0e62e4cd9f55636 (diff)
Don't use standard kerberos library locations in MK1MF builds.
Fix typo in mk1mf.pl
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 2a4c8c34ce..3f4ffadc5c 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -975,7 +975,7 @@ sub read_options
"debug" => \$debug,
"profile" => \$profile,
"shlib" => \$shlib,
- "dll" => \$dll,
+ "dll" => \$shlib,
"shared" => 0,
"no-gmp" => 0,
"no-shared" => 0,