From d6c24c4133b70afe0c108ee4703130de894bfb27 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 27 Jul 2005 03:11:41 +0000 Subject: [PATCH] cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2944 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 296abe2d..b6c5ea41 100644 --- a/configure.ac +++ b/configure.ac @@ -455,7 +455,7 @@ else AC_MSG_RESULT([Using $CURSES_LIB_NAME as the curses library]) fi -AC_CHECK_LIB([$CURSES_LIB_NAME], use_default_colors, AC_DEFINE(HAVE_USE_DEFAULT_COLORS, 1, [Define this if your curses library has the use_default_colors command.])) +AC_CHECK_LIB([$CURSES_LIB_NAME], use_default_colors, AC_DEFINE(HAVE_USE_DEFAULT_COLORS, 1, [Define this if your curses library has the use_default_colors() command.])) dnl Parse any configure options. -- 2.39.5