Desactiver l'internationalisation (PR#696)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4147 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
02ef950033
commit
fbe8adb4f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue