]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- ac fix, needed for new autoconf (result without it is strange anyway,
authorsparky <sparky@pld-linux.org>
Sat, 29 Jul 2006 17:59:45 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  there appears ']])' in configure file, no autoconf warning)

Changed files:
    openssh-ac_fix.patch -> 1.1

openssh-ac_fix.patch [new file with mode: 0644]

diff --git a/openssh-ac_fix.patch b/openssh-ac_fix.patch
new file mode 100644 (file)
index 0000000..d70aa16
--- /dev/null
@@ -0,0 +1,10 @@
+--- openssh-4.3p2/configure.ac~        2006-02-08 12:11:06.000000000 +0100
++++ openssh-4.3p2/configure.ac 2006-07-29 19:54:05.000000000 +0200
+@@ -1608,6 +1608,7 @@
+                       AC_MSG_RESULT(no)
+                       AC_DEFINE(BROKEN_GETADDRINFO)
+               ],
++              [
+                       AC_MSG_RESULT(cross-compiling, assuming no)
+               ]
+       )
This page took 0.052887 seconds and 4 git commands to generate.