Files
MINGW-packages/mingw-w64-libssh2/fix-configure-ac.patch
Jeremy Drake c3f08472fa libssh2: autoreconf for libtool linking of dll
Patch configure.ac to fix error trying to undefine an undefined macro.
2021-04-12 16:31:06 -07:00

12 lines
321 B
Diff

--- libssh2-1.9.0/configure.ac.ORIG 2021-04-12 11:23:19.331827300 -0700
+++ libssh2-1.9.0/configure.ac 2021-04-12 11:23:59.738111400 -0700
@@ -127,8 +127,6 @@
m4_set_foreach([crypto_backends], [backend],
[AM_CONDITIONAL(m4_toupper(backend), test "$found_crypto" = "backend")]
)
-m4_undefine([backend])
-
# libz