]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-no_multiline.patch
- init var
[packages/util-linux.git] / util-linux-no_multiline.patch
1 --- configure~  Thu Jun 26 21:10:07 2003
2 +++ configure   Thu Jun 26 21:11:17 2003
3 @@ -470,7 +470,7 @@
4  #include <libintl.h>
5  int main(int a, char **v){
6    if (a == -1)  /* false */
7 -        gettext("There is no gettext man page\n");
8 +        gettext("There is no gettext man page\\n");
9    exit(0);
10  }
11  ' > conftest.c
This page took 0.027222 seconds and 3 git commands to generate.