Commit a4d65ca
committed
Low: build: Check for NCURSES_CONST macro definition
We use it in crm_mon_curses.c, but we've never checked for it at build
time. Instead, we've always tried to use regular curses (non-ncurses) if
ncurses is not available. NCURSES_CONST won't be defined there.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>1 parent 05309fa commit a4d65ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1348 | 1348 | | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | | - | |
| 1351 | + | |
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
| |||
0 commit comments