]> git.eshelyaron.com Git - emacs.git/commit
Fix configure.ac quoting of AC_CHECK_LIB's 2nd arg
authorJim Meyering <meyering@fb.com>
Mon, 27 Jun 2022 04:26:01 +0000 (21:26 -0700)
committerEli Zaretskii <eliz@gnu.org>
Tue, 28 Jun 2022 11:27:55 +0000 (14:27 +0300)
commit0b62ad2f3a57845c664965658da82ffc93cb6e26
treec69573c0deafc481a06324095e1ca39af58f79ce
parentf5293b336478ca48052b6a4b1538de45446317f4
Fix configure.ac quoting of AC_CHECK_LIB's 2nd arg

Running an autoconf-head-generated configure, would fail like this:
  /emacs/configure: line 18002: syntax error near unexpected token `;;'
  /emacs/configure: line 18002: `  ;;'
That is due to under-quoting of AC_CHECK_LIB's second argument, which led to
the comma in an embedded string being interpreted as paramater-delimiting.
* configure.ac: Quote the second arg of each AC_CHECK_LIB invocation.
(Bug#56272)

Copyright-paperwork-exempt: yes
configure.ac