From 9d328f82d78cbfd03f8d967a15446309e23b1e64 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 20 Oct 2016 17:30:30 +0200 Subject: build-sys: fix typo on ncurses-config command line Signed-off-by: Karel Zak --- m4/ul.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/ul.m4 b/m4/ul.m4 index 280e422ae..c569c3651 100644 --- a/m4/ul.m4 +++ b/m4/ul.m4 @@ -448,7 +448,7 @@ AC_DEFUN([UL_NCURSES_CHECK], [ NCURSES_LIBS=`suffix[]6-config --libs` NCURSES_CFLAGS=`suffix[]6-config --cflags` AC_MSG_RESULT([(v6) yes]) - elif AC_RUN_LOG([suffix[]5-config --version 2>/dev/null]); then + elif AC_RUN_LOG([suffix[]5-config --version >/dev/null]); then have_[]suffix=yes NCURSES_LIBS=`suffix[]5-config --libs` NCURSES_CFLAGS=`suffix[]5-config --cflags` -- cgit v1.2.3-55-g7522