git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make makefile: Handle DISABLE_TLS (option changed from SUPPORT_TLS)
[users/jgh/exim.git]
/
src
/
scripts
/
Configure-Makefile
diff --git
a/src/scripts/Configure-Makefile
b/src/scripts/Configure-Makefile
index 7e0bf38db7df70948ec85666cfa99e386bbfad0d..ecd2083a77bdd8ec2892171cd3fefefd4479c30e 100755
(executable)
--- a/
src/scripts/Configure-Makefile
+++ b/
src/scripts/Configure-Makefile
@@
-165,7
+165,7
@@
then
eval "pc_value=\"\$$var\""
need_this=''
need_core=''
- if [ ".$
SUPPORT_TLS" = "."
]; then
+ if [ ".$
DISABLE_TLS" = .yes
]; then
# no TLS, not referencing
true
elif [ ".$var" = ".USE_GNUTLS_PC" ] && [ ".$USE_GNUTLS" != "." ]; then