summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-10-02 12:28:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-10-02 12:28:40 +0000
commit231b98a5e1a69defb6804c5a98b85320f6348536 (patch)
tree9e7952cc25e49862d0d03189e1c90f1e5b20e6a2 /util/mk1mf.pl
parent13e4670c2947de4fad42bb6e9802c54e54f3053c (diff)
Make OPENSSL_NO_COMP work under Win32.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index ea61cb6c32..ff668375a0 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -954,6 +954,7 @@ sub read_options
}
}
}
+ elsif (/^no-comp$/) { $xcflags = "-DOPENSSL_NO_COMP $xcflags"; }
elsif (/^enable-zlib$/) { $xcflags = "-DZLIB $xcflags"; }
elsif (/^enable-zlib-dynamic$/)
{