diff configure @ 15389:5d93778c5071

end of the locale nightmare, forever
author rfelker
date Mon, 09 May 2005 21:39:17 +0000
parents 13caaffcd412
children 25847230f20e
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() {