diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2021-01-03 11:19:48 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2021-01-03 11:59:50 -0800 |
commit | 632917461a7c1893a83979a3873b51d4da3b8a42 (patch) | |
tree | 43ea7533e82b7c22cd0c4a0174d578d7de0416e6 /test/lisp/emacs-lisp/backquote-tests.el | |
parent | ad2567fb1efced752352096f345c69f88e1ff405 (diff) | |
download | emacs-632917461a7c1893a83979a3873b51d4da3b8a42.tar.gz emacs-632917461a7c1893a83979a3873b51d4da3b8a42.tar.bz2 emacs-632917461a7c1893a83979a3873b51d4da3b8a42.zip |
Fix broken build on AIX 7.2
Without this fix, the build on AIX 7.2 with xlc fails in the ‘CCLD
temacs’ step with the diagnostic ‘ld: 0711-317 ERROR: Undefined
symbol: BC’. This is because -lcurses does not define BC etc.
* configure.ac: When building terminfo.o, define
TERMINFO_DEFINES_BC if the library defines BC etc.
* src/terminfo.c (UP, BC, PC): Define depending on
TERMINFO_DEFINES_BC, not on TERMINFO.
Diffstat (limited to 'test/lisp/emacs-lisp/backquote-tests.el')
0 files changed, 0 insertions, 0 deletions