commit | 1291dfdeaddf67e5b9f470147790495cc9c35efc | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue Dec 06 13:36:59 2005 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Tue Dec 06 13:36:59 2005 +0000 |
tree | 832e23689cd9948f0c82dc2b75877268e84d20ca | |
parent | df278aff3e2d3258035a05d9952a0f332628b5b0 [diff] [blame] |
Don't include zlib header dir if it is not defined.
diff --git a/Configure b/Configure index 5612187..8aa7ee1 100755 --- a/Configure +++ b/Configure
@@ -748,9 +748,13 @@ { $withargs{"krb5-".$1}=$2; } - elsif (/^--with-zlib-(lib|include)=(.*)$/) + elsif (/^--with-zlib-lib=(.*)$/) { - $withargs{"zlib-".$1}=$2; + $withargs{"zlib-lib"}=$1; + } + elsif (/^--with-zlib-include=(.*)$/) + { + $withargs{"zlib-include"}="-I$1"; } else {