Use libncursesw, not libncurses
[super-star-trek.git] / configure.ac
index 5ac765436f64fb579d848ca04eec7d87f05ebaca..f250747945dad24e8a75a25ad598c06d20741ae1 100644 (file)
@@ -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.