diff options
author | Jim Meyering <meyering@fb.com> | 2022-06-26 21:26:01 -0700 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-06-28 14:27:55 +0300 |
commit | 0b62ad2f3a57845c664965658da82ffc93cb6e26 (patch) | |
tree | c69573c0deafc481a06324095e1ca39af58f79ce /test/lisp/emacs-lisp/lisp-tests.el | |
parent | f5293b336478ca48052b6a4b1538de45446317f4 (diff) | |
download | emacs-0b62ad2f3a57845c664965658da82ffc93cb6e26.tar.gz emacs-0b62ad2f3a57845c664965658da82ffc93cb6e26.tar.bz2 emacs-0b62ad2f3a57845c664965658da82ffc93cb6e26.zip |
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
Diffstat (limited to 'test/lisp/emacs-lisp/lisp-tests.el')
0 files changed, 0 insertions, 0 deletions