]> git.pld-linux.org Git - packages/flex.git/blame - flex-locale.patch
- added missing configure.in change to m4-quotes patch, fix am rebuild
[packages/flex.git] / flex-locale.patch
CommitLineData
977868a4
JB
1--- flex-2.5.31/main.c.orig 2003-04-01 03:51:38.000000000 +0200
2+++ flex-2.5.31/main.c 2003-06-19 03:44:52.000000000 +0200
3@@ -198,6 +198,7 @@
4 char *argv[];
5 {
6 #if ENABLE_NLS
7+ setlocale (LC_CTYPE, "");
8 setlocale (LC_MESSAGES, "");
9 textdomain (PACKAGE);
10 bindtextdomain (PACKAGE, LOCALEDIR);
This page took 0.081651 seconds and 4 git commands to generate.