regenerated aclocal.m4 and configure
[fw/sdcc] / debugger / mcs51 / aclocal.m4
index e391550959f705167f6a1aa2bef6f64dd5f9cec9..678856ba896dd415ba84f6ac1bd48e2d96fc6a43 100644 (file)
@@ -66,14 +66,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