350
350
AC_MSG_ERROR([Couldn't find readline/readline.h. Try installing readline development packages.])
354
AC_CHECK_LIB(readline, rl_completion_matches, [], [AC_MSG_ERROR(Couldn't find libreadline.)])
357
AC_CHECK_LIB(readline, rl_initialize, [],
361
364
#--------------------------------------------------------------------