]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-include.patch
add missing backslash
[packages/openssh.git] / openssh-include.patch
1 --- openssh-5.9p1/configure.ac~ 2011-09-06 19:31:16.000000000 +0200
2 +++ openssh-5.9p1/configure.ac  2011-09-06 19:31:55.291791679 +0200
3 @@ -1076,6 +1076,7 @@
4  
5  AC_MSG_CHECKING([for possibly buggy zlib])
6  AC_RUN_IFELSE([AC_LANG_PROGRAM([[
7 +#include <stdlib.h>
8  #include <stdio.h>
9  #include <zlib.h>
10         ]],
11
This page took 0.076916 seconds and 3 git commands to generate.