X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=2566a3fbe4314bfcbc7dd3ad9b3af5b70a922f24;hp=b459b05b154ef9211a1036b954ff60dff4d52014;hb=1c4e4e4f5638ef828ca6c5df3697bc983a0aafc8;hpb=3f6db7f518326381348aaeae70c2a6463a119bde diff --git a/Configure b/Configure index b459b05b15..2566a3fbe4 100755 --- a/Configure +++ b/Configure @@ -1091,7 +1091,7 @@ if ($zlib) { $cflags = "-DZLIB $cflags"; $cflags = "-DZLIB_SHARED $cflags" if $zlib == 2; - $lflags = "$lflags -lz" if $zlib == 2; + $lflags = "$lflags -lz" if $zlib == 1; } # You will find shlib_mark1 and shlib_mark2 explained in Makefile.org