Merge pull request #25820 from hribz/master
[xbmc.git] / tools / depends / native / heimdal / 02-autoconf-2.70-configure.patch
blob72755047f1b25280030338dba230986047491e7b
1 --- a/cf/check-var.m4
2 +++ b/cf/check-var.m4
3 @@ -20,7 +20,7 @@
4 if test "$ac_foo" = yes; then
5 AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1,
6 [Define if you have the `]$1[' variable.])
7 - m4_ifval([$2], AC_CHECK_DECLS([$1],[],[],[$2]))
8 + m4_ifval([$2], [AC_CHECK_DECLS([$1],[],[],[$2])])
9 fi