* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / debugger / mcs51 / aclocal.m4
index 678856ba896dd415ba84f6ac1bd48e2d96fc6a43..b76b053406326a756a3b33ff1862fce5ca417261 100644 (file)
@@ -62,8 +62,8 @@ EOF
         #include <readline/readline.h>
       ],[
         /* function-body */
+        int dummy = rl_completion_append_character; /* rl_completion_append_character appeared in version 2.1 */
         readline(NULL);
-        rl_function_of_keyseq(NULL, NULL, NULL);
       ],[
         wi_cv_lib_readline=yes
         AC_MSG_RESULT(yes)