From 24b27f92c1a20b3d323e910ead1d7cda6457eac2 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 7 Jun 2008 13:54:49 +0000 Subject: Make sure that the LC_ALL variable is exported to the environment of shell commands invoked by make. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27023 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e0821dc0cd..cd6694458f 100755 --- a/configure +++ b/configure @@ -7555,7 +7555,7 @@ cat > config.mak << EOF # -------- Generated by configure ----------- # Ensure that locale settings do not interfere with shell commands. -LC_ALL = C +export LC_ALL = C MAN_LANG = $MAN_LANG MAN_LANG_ALL = $MAN_LANG_ALL -- cgit v1.2.3