From 764c8aee0f66d4c854aad1e6739c493b886a4fea Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 2 Jun 2008 16:32:38 +0000 Subject: Use LC_ALL instead of LANG in config.mak to prevent locale settings from messing with text processing tools. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26967 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 767b2cc6e3..a9b380a4c5 100755 --- a/configure +++ b/configure @@ -7580,7 +7580,7 @@ cat > config.mak << EOF # -------- Generated by configure ----------- # Ensure that locale settings do not interfere with shell commands. -LANG = C +LC_ALL = C MAN_LANG = $MAN_LANG MAN_LANG_ALL = $MAN_LANG_ALL -- cgit v1.2.3