git://git.exim.org
/
users
/
heiko
/
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/heiko/exim.git]
/
src
/
scripts
/
Configure-Makefile
diff --git
a/src/scripts/Configure-Makefile
b/src/scripts/Configure-Makefile
index 1e9ff421dbe9e36a50d98c6436c1b47c20d72818..ecd2083a77bdd8ec2892171cd3fefefd4479c30e 100755
(executable)
--- a/
src/scripts/Configure-Makefile
+++ b/
src/scripts/Configure-Makefile
@@
-1,5
+1,6
@@
#! /bin/sh
#! /bin/sh
-export LC_ALL=C
+LC_ALL=C
+export LC_ALL
# Shell script to build Makefile in a build directory. It must be called
# from inside the directory. It does its own checking of when to rebuild; it
# Shell script to build Makefile in a build directory. It must be called
# from inside the directory. It does its own checking of when to rebuild; it
@@
-164,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