summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fedfef78..db64cb1e 100755
--- a/configure
+++ b/configure
@@ -5,8 +5,8 @@
# Disable localized program messages.
-LANG=C
-export LANG
+LC_ALL=C
+export LC_ALL
# Stop on error exit status.
set -e