From 2b47b672e514add535f7cca5b5e3433d080b5199 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 3 Nov 2011 18:05:09 -0700 Subject: [PATCH] configure.ac: Change to the more correct variable for wide support. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2