summaryrefslogtreecommitdiffstats
path: root/m4/ul.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ul.m4')
-rw-r--r--m4/ul.m42
1 files changed, 1 insertions, 1 deletions
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`