X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=configure.ac;h=f250747945dad24e8a75a25ad598c06d20741ae1;hp=5ac765436f64fb579d848ca04eec7d87f05ebaca;hb=150baa465ba7ef6027004829804d58a4cd8a178c;hpb=ff8fe801b3be9086b99886c3168aba72e7248d6e diff --git a/configure.ac b/configure.ac index 5ac7654..f250747 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ fi # Checks for libraries. AC_CHECK_LIB(m, floor, [], AC_MSG_ERROR([math library is missing on your system.])) -AC_CHECK_LIB(ncurses, newwin, [], +AC_CHECK_LIB(ncursesw, newwin, [], AC_MSG_ERROR([ncurses library is missing on your system.])) # Checks for header files.