repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #25820 from hribz/master
[xbmc.git]
/
tools
/
depends
/
native
/
heimdal
/
02-autoconf-2.70-configure.patch
blob
72755047f1b25280030338dba230986047491e7b
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
10
])
11