git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DANE: Fix 2-rcpt message, diff domins case. Bug 2265
[exim.git]
/
src
/
scripts
/
Configure-Makefile
diff --git
a/src/scripts/Configure-Makefile
b/src/scripts/Configure-Makefile
index 7e0bf38db7df70948ec85666cfa99e386bbfad0d..61368ecb3ac2e7377383efdbb8eaffe0295e3aa8 100755
(executable)
--- a/
src/scripts/Configure-Makefile
+++ b/
src/scripts/Configure-Makefile
@@
-7,7
+7,7
@@
export LC_ALL
# just got too horrendous to get it right in "make", because of the optionally
# existing configuration files.
#
# just got too horrendous to get it right in "make", because of the optionally
# existing configuration files.
#
-# Copyright (c) The Exim Maintainers 1995 - 20
18
+# Copyright (c) The Exim Maintainers 1995 - 20
20
# First off, get the OS type, and check that there is a make file for it.
# First off, get the OS type, and check that there is a make file for it.
@@
-165,7
+165,7
@@
then
eval "pc_value=\"\$$var\""
need_this=''
need_core=''
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
# no TLS, not referencing
true
elif [ ".$var" = ".USE_GNUTLS_PC" ] && [ ".$USE_GNUTLS" != "." ]; then