From: borutr Date: Tue, 31 Oct 2006 20:57:41 +0000 (+0000) Subject: call AC_MSG_RESULT for each tested library X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a71dd213ad3a84e97eeba1caa964ab85710dee94;p=fw%2Fsdcc 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 --- 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