K 10 svn:author V 3 max K 8 svn:date V 27 1997-02-05T15:38:45.000000Z K 7 svn:log V 393 Fix for problem indicated in PR #2666: Perl5 uses setlocale function. Recent jp-perl5 linked this order: libm libmalloc libc libcrypt libxpg4. the function of setlocale in libc has some problems for some locales (for example, ja_JP.EUC). It is needed to link libxpg4 before libc. I change to correct order in configure file of perl5. Submitted by: sampei@yy.cs.keio.ac.jp END