From: paul Date: Fri, 23 May 2003 11:37:02 +0000 (+0000) Subject: Fix errant ;; X-Git-Tag: frr-2.0-rc1~4048 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fd2dfce21bb21cc2f3d6de723812875ec7abc1f5;p=matthieu%2Ffrr.git Fix errant ;; --- diff --git a/configure.ac b/configure.ac index fc854ad768..0aec5e734d 100755 --- a/configure.ac +++ b/configure.ac @@ -215,7 +215,6 @@ case "${enable_vtysh}" in if test $ac_cv_header_readline_history_h = no;then AC_MSG_ERROR([readline is too old to have readline/history.h, please update to the latest readline library.]) fi - ;; AC_CHECK_LIB(readline, rl_completion_matches) if test $ac_cv_lib_readline_rl_completion_matches = no; then AC_DEFINE(rl_completion_matches,completion_matches,Old readline) diff --git a/configure.in b/configure.in index fc854ad768..0aec5e734d 100755 --- a/configure.in +++ b/configure.in @@ -215,7 +215,6 @@ case "${enable_vtysh}" in if test $ac_cv_header_readline_history_h = no;then AC_MSG_ERROR([readline is too old to have readline/history.h, please update to the latest readline library.]) fi - ;; AC_CHECK_LIB(readline, rl_completion_matches) if test $ac_cv_lib_readline_rl_completion_matches = no; then AC_DEFINE(rl_completion_matches,completion_matches,Old readline)