Fix AC_CHECK_LIB quoting bug
commitd0acdabdeca8a396ae2d0877d3b802581ccef83d
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jul 2020 05:23:59 +0000 (2 22:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jul 2020 05:24:38 +0000 (2 22:24 -0700)
tree89c1e001191234a66bdafcc5d9188f1abbeeaabb
parentff47b2ea8d53dd4dc7536775e4a222dc18837fcb
Fix AC_CHECK_LIB quoting bug

Problem reported by Bert Wesarg in:
https://lists.gnu.org/archive/html/autoconf/2016-04/msg00020.html
* lib/autoconf/libs.m4 (AC_CHECK_LIB): Fix quoting bug.
* tests/semantics.at (AC_CHECK_LIB): Add a test for the bug.
lib/autoconf/libs.m4
tests/semantics.at