Blob Blame History Raw
--- gpsim-0.22.0/acinclude.m4.debug	2006-11-02 14:43:21.000000000 +0900
+++ gpsim-0.22.0/acinclude.m4	2008-09-07 14:57:46.000000000 +0900
@@ -54,18 +54,6 @@
 dnl AC_CHECK_FUNC(rl_completion_append_character, [wi_cv_lib_readline=yes],[
 dnl 	wi_cv_lib_readline=no;wi_cv_lib_readline_result="no (it is present but too old to use)"
 dnl ])
-	AC_TRY_LINK([
-		/* includes */
-	],[
-		/* function-body */
-		readline(0);
-		rl_completion_append_character(0);
-	],[
-		wi_cv_lib_readline=yes
-	],[
-		wi_cv_lib_readline=no
-		wi_cv_lib_readline_result="no (it is present but too old to use)"
-	])
 
 if test "$wi_cv_lib_readline" = no ; then
 	LIBREADLINE=""