#! /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
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