]> git.pld-linux.org Git - packages/kbd.git/blob - kbd-gcc33.patch
- fixed typo in unicode_stop introduced by stty-iutf8 patch
[packages/kbd.git] / kbd-gcc33.patch
1 --- kbd-1.08/configure~ 2003-07-04 14:17:45.000000000 +0000
2 +++ kbd-1.08/configure  2003-07-04 14:19:13.000000000 +0000
3 @@ -151,14 +151,14 @@
4  #
5  # 2. For lib/nls.h: do we have <libintl.h> and gettext() ?
6  #
7 -echo '
8 +cat >conftest.c<<_ACEOF
9  #include <libintl.h>
10  main(int a, char **v){
11    if (a == -1)  /* false */
12          gettext("There is no gettext man page\n");
13    exit(0);
14  }
15 -' > conftest.c
16 +_ACEOF
17  eval $compile
18  if [ $nls = 1 ]; then
19         if test -s conftest && ./conftest 2>/dev/null; then
This page took 0.261131 seconds and 3 git commands to generate.