• Paul Eggert's avatar
    Fix broken build on AIX 7.2 · 585997d0
    Paul Eggert authored
    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.
    585997d0
configure.ac 196 KB