Fix bug #15260 with building and installing Emacs in non-ASCII directories.
[bpt/emacs.git] / leim / Makefile.in
index c1a79a7..a5c05d5 100644 (file)
@@ -32,7 +32,7 @@ EMACS = ../src/emacs
 
 # How to run Emacs.
 # Prevent any setting of EMACSLOADPATH in user environment causing problems.
-RUN_EMACS = unset EMACSLOADPATH; LC_ALL=C "${EMACS}" -batch \
+RUN_EMACS = unset EMACSLOADPATH; "${EMACS}" -batch \
        --no-site-file --no-site-lisp
 
 MKDIR_P = @MKDIR_P@