Skip to content

Commit f753358

Browse files
committed
Enable curses library on MINGW
1 parent 083cb6c commit f753358

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configure.ac

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6817,6 +6817,14 @@ dnl have_panel=[no, panelw, panel]
68176817
have_curses=no
68186818
have_panel=no
68196819

6820+
case "$host_os" in
6821+
mingw*)
6822+
# On Mingw, include directory is different, so just assume
6823+
# it's there.
6824+
ac_cv_header_ncurses_h=yes
6825+
;;
6826+
esac
6827+
68206828
AH_TEMPLATE([HAVE_NCURSESW], [Define to 1 if you have the `ncursesw' library.])
68216829
AC_CHECK_HEADERS([curses.h ncurses.h])
68226830

0 commit comments

Comments
 (0)