summaryrefslogtreecommitdiffstats
path: root/tools/depends/native/heimdal/02-autoconf-2.70-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/native/heimdal/02-autoconf-2.70-configure.patch')
-rw-r--r--tools/depends/native/heimdal/02-autoconf-2.70-configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/depends/native/heimdal/02-autoconf-2.70-configure.patch b/tools/depends/native/heimdal/02-autoconf-2.70-configure.patch
new file mode 100644
index 0000000..7275504
--- /dev/null
+++ b/tools/depends/native/heimdal/02-autoconf-2.70-configure.patch
@@ -0,0 +1,11 @@
+--- a/cf/check-var.m4
++++ b/cf/check-var.m4
+@@ -20,7 +20,7 @@
+ if test "$ac_foo" = yes; then
+ AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1,
+ [Define if you have the `]$1[' variable.])
+- m4_ifval([$2], AC_CHECK_DECLS([$1],[],[],[$2]))
++ m4_ifval([$2], [AC_CHECK_DECLS([$1],[],[],[$2])])
+ fi
+ ])
+