From 0e5273520bf0a71df951dba40bbda70d9426a107 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 2 Jun 2008 12:55:24 +0000 Subject: 10l: Restore LANG variable in config.mak so that shell commands are not negatively affected by (broken) locale settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26966 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 231edbf6af..767b2cc6e3 100755 --- a/configure +++ b/configure @@ -7579,6 +7579,9 @@ echo "Creating config.mak" cat > config.mak << EOF # -------- Generated by configure ----------- +# Ensure that locale settings do not interfere with shell commands. +LANG = C + MAN_LANG = $MAN_LANG MAN_LANG_ALL = $MAN_LANG_ALL -- cgit v1.2.3