diff --git a/configure b/configure index e6a6b4f7d5..55c7242976 100755 --- a/configure +++ b/configure @@ -7,6 +7,10 @@ # Copyright (c) 2005-2006 Mans Rullgard # +# Prevent locale nonsense from breaking basic text processing. +LC_ALL=C +export LC_ALL + # make sure we are running under a compatible shell # try to make this part work with most shells