From: Karel Zak Date: Thu, 20 Oct 2016 15:30:30 +0000 (+0200) Subject: build-sys: fix typo on ncurses-config command line X-Git-Tag: v2.29~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d328f82d78cbfd03f8d967a15446309e23b1e64;p=thirdparty%2Futil-linux.git build-sys: fix typo on ncurses-config command line Signed-off-by: Karel Zak --- diff --git a/m4/ul.m4 b/m4/ul.m4 index 280e422ae6..c569c36516 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`