From: Avuton Olrich Date: Fri, 4 Nov 2011 01:05:09 +0000 (-0700) Subject: configure.ac: Change to the more correct variable for wide support. X-Git-Tag: release-0.20~58 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b47b672e514add535f7cca5b5e3433d080b5199;p=ncmpc.git configure.ac: Change to the more correct variable for wide support. --- diff --git a/configure.ac b/configure.ac index b087c35..32556b3 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ AC_ARG_ENABLE([multibyte], if test x$enable_multibyte = xyes; then AC_DEFINE([ENABLE_MULTIBYTE], [1], [Enable multibyte character support]) else - if test "x$ax_cv_ncursesw" = xyes; then + if test "x$ax_cv_curses_enhanced" = xyes; then AC_MSG_WARN(wide characters without multibyte characters makes little sense) fi fi