]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Fix errant ;;
authorpaul <paul>
Fri, 23 May 2003 11:37:02 +0000 (11:37 +0000)
committerpaul <paul>
Fri, 23 May 2003 11:37:02 +0000 (11:37 +0000)
configure.ac
configure.in

index fc854ad76822e89a703c4e1d0e59c6bc37fd4920..0aec5e734d04b68e0ad52d177abe614c7b28faf5 100755 (executable)
@@ -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)
index fc854ad76822e89a703c4e1d0e59c6bc37fd4920..0aec5e734d04b68e0ad52d177abe614c7b28faf5 100755 (executable)
@@ -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)