changeset 15389:5d93778c5071

end of the locale nightmare, forever
author rfelker
date Mon, 09 May 2005 21:39:17 +0000
parents 4223a11a06a9
children 56b1c7a6fa3c
files configure
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon May 09 21:29:19 2005 +0000
+++ b/configure	Mon May 09 21:39:17 2005 +0000
@@ -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() {