diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8cf84e7e2..02c6d3fff 100644 --- a/configure.in +++ b/configure.in @@ -112,7 +112,7 @@ if test "x$enable_ncurses" = "xyes" ; then fi AC_MSG_WARN([ *** ncursesw library not found! Falling back to "ncurses" -*** Be careful, UTF-8 display will not work properly.]) +*** Be careful, UTF-8 display may not work properly if your locale is UTF-8.]) NCURSES_LIBS="-lncurses" else NCURSES_LIBS="-lncursesw" |