Don't use AM_CONDITIONAL for CURSES.
For some reason, this doesn't work when cross-compiling for Windows.
This commit is contained in:
parent
365f60f3f8
commit
7944cce19e
3 changed files with 6 additions and 6 deletions
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "system.h"
|
||||
|
||||
#ifdef HAVE_CURSES
|
||||
|
||||
#include <curses.h>
|
||||
|
||||
#include "control_common.h"
|
||||
|
|
@ -310,3 +312,5 @@ void top(int fd) {
|
|||
|
||||
endwin();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue