changeset 26991:cd08a8059998

Make sure that the LC_ALL variable is exported to the environment of shell commands invoked by make.
author diego
date Sat, 07 Jun 2008 13:54:49 +0000
parents 9077741c9ed6
children d0c873ddfaef
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jun 07 13:13:15 2008 +0000
+++ b/configure	Sat Jun 07 13:54:49 2008 +0000
@@ -7555,7 +7555,7 @@
 # -------- 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