mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:07:46 +00:00
Fix errant ;;
This commit is contained in:
parent
111bd7a54a
commit
fd2dfce21b
@ -215,7 +215,6 @@ case "${enable_vtysh}" in
|
|||||||
if test $ac_cv_header_readline_history_h = no;then
|
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.])
|
AC_MSG_ERROR([readline is too old to have readline/history.h, please update to the latest readline library.])
|
||||||
fi
|
fi
|
||||||
;;
|
|
||||||
AC_CHECK_LIB(readline, rl_completion_matches)
|
AC_CHECK_LIB(readline, rl_completion_matches)
|
||||||
if test $ac_cv_lib_readline_rl_completion_matches = no; then
|
if test $ac_cv_lib_readline_rl_completion_matches = no; then
|
||||||
AC_DEFINE(rl_completion_matches,completion_matches,Old readline)
|
AC_DEFINE(rl_completion_matches,completion_matches,Old readline)
|
||||||
|
@ -215,7 +215,6 @@ case "${enable_vtysh}" in
|
|||||||
if test $ac_cv_header_readline_history_h = no;then
|
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.])
|
AC_MSG_ERROR([readline is too old to have readline/history.h, please update to the latest readline library.])
|
||||||
fi
|
fi
|
||||||
;;
|
|
||||||
AC_CHECK_LIB(readline, rl_completion_matches)
|
AC_CHECK_LIB(readline, rl_completion_matches)
|
||||||
if test $ac_cv_lib_readline_rl_completion_matches = no; then
|
if test $ac_cv_lib_readline_rl_completion_matches = no; then
|
||||||
AC_DEFINE(rl_completion_matches,completion_matches,Old readline)
|
AC_DEFINE(rl_completion_matches,completion_matches,Old readline)
|
||||||
|
Loading…
Reference in New Issue
Block a user