autoconf-2.70 fix
autoconf-2.70 and newer are more strict with quoting etc. and thus generate a broken configure file: configure: 20855: Syntax error: ")" unexpected (expecting "fi") Gentoo-bug: https://bugs.gentoo.org/776241 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:

committed by
Jeffrey Altman

parent
57de79ce6d
commit
22352b90e7
@@ -20,7 +20,7 @@ AC_MSG_RESULT($ac_foo)
|
||||
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
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user