From a71dd213ad3a84e97eeba1caa964ab85710dee94 Mon Sep 17 00:00:00 2001 From: borutr Date: Tue, 31 Oct 2006 20:57:41 +0000 Subject: [PATCH] call AC_MSG_RESULT for each tested library git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4455 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- debugger/mcs51/acinclude.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debugger/mcs51/acinclude.m4 b/debugger/mcs51/acinclude.m4 index cad710b9..7c436e51 100644 --- a/debugger/mcs51/acinclude.m4 +++ b/debugger/mcs51/acinclude.m4 @@ -54,14 +54,13 @@ EOF rl_function_of_keyseq(NULL, NULL, NULL); ],[ wi_cv_lib_readline=yes - wi_cv_lib_readline_result=yes + AC_MSG_RESULT(yes) ],[ wi_cv_lib_readline=no - wi_cv_lib_readline_result=no + AC_MSG_RESULT(no) ]) if test "$wi_cv_lib_readline" = yes; then - AC_MSG_RESULT($wi_cv_lib_readline_result) AC_SUBST(LIBREADLINE) AC_DEFINE_UNQUOTED(HAVE_LIBREADLINE, $wi_READLINE_VERSION, [Readline]) break -- 2.47.2