Desactiver l'internationalisation (PR#696)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4147 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2001-12-07 14:23:01 +00:00
parent 02ef950033
commit fbe8adb4f3
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -39,6 +39,10 @@ withsharedlibs=yes
gcc_warnings="-Wall -Wno-unused"
# Try to turn internationalization off, can cause config.guess to malfunction!
unset LANG
unset LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME
# Parse command-line arguments
while : ; do