]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-no_multiline.patch
- init var
[packages/util-linux.git] / util-linux-no_multiline.patch
CommitLineData
bb886e84
MM
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.03645 seconds and 4 git commands to generate.