summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 87b0810b30..3b28ee9227 100755
--- a/configure
+++ b/configure
@@ -23,6 +23,10 @@
#
#############################################################################
+# Prevent locale nonsense from breaking basic text processing utils
+LC_ALL=C
+export LC_ALL
+
# Prefer these macros to full length text !
# These macros only return an error code - NO display is done
cc_check() {