]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Fix AC_CHECK_DECLS macro in configure.ac
authorVincent Bernat <bernat@luffy.cx>
Wed, 12 May 2010 09:42:20 +0000 (11:42 +0200)
committerVincent Bernat <bernat@luffy.cx>
Wed, 12 May 2010 09:42:20 +0000 (11:42 +0200)
commit2d2f913b8d8307faa55689c41de2237d2e71e15b
tree03d2b92fd3cb30bb1b4f552df3dcac1e5ec330ac
parent18c13faa420208c9a898c47042702110d52460eb
Fix AC_CHECK_DECLS macro in configure.ac

This macro does not behave like AC_CHECK_FUNCS whose content is copied
in a shell for loop. Therefore, extra spaces may be turned into
underscores. We keep multiple lines but we remove backslashes and
extra spaces.
configure.ac