From 6afcaa0532104b2cf39efc4c8128012a1911e132 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Thu, 28 Jul 2011 22:51:40 +1000 Subject: [PATCH] Correct a bug in the AC_DEFINE wording --- m4/ax_with_curses.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ax_with_curses.m4 b/m4/ax_with_curses.m4 index a976fb2..7973276 100644 --- a/m4/ax_with_curses.m4 +++ b/m4/ax_with_curses.m4 @@ -382,7 +382,7 @@ AC_DEFUN([AX_WITH_CURSES], [ ax_cv_curses_obsolete=yes AC_DEFINE([HAVE_CURSES_COLOR], [1], [Define to 1 if library supports color (enhanced functions)]) AC_DEFINE([HAVE_CURSES_OBSOLETE], [1], [Define to 1 if library supports certain obsolete features]) - AC_DEFINE([HAVE_NCURSES_H], [1], [Define to 1 if is present]) + AC_DEFINE([HAVE_NCURSES_H], [1], [Define to 1 if is present]) ]) AS_IF([test "x$ax_cv_header_ncurses_curses_h" = xno && test "x$ax_cv_header_ncurses_h" = xno], [