# HG changeset patch # User rfelker # Date 1115674757 0 # Node ID 5d93778c5071de70f4b97a309a040ed52bc2f4fb # Parent 4223a11a06a91857924899e3d37f6c9005cc145e end of the locale nightmare, forever diff -r 4223a11a06a9 -r 5d93778c5071 configure --- 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() {