diff options
author | paul <paul> | 2003-05-23 11:37:02 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-23 11:37:02 +0000 |
commit | 5b27acfdfab084851901fedd490b4c3b333b69f8 (patch) | |
tree | 6b33752694acd0df5a75392b66fc461bf5ed2378 /configure.ac | |
parent | fa760a30a4dcbcd389565282368f77f0d0511d50 (diff) | |
download | quagga-5b27acfdfab084851901fedd490b4c3b333b69f8.tar.bz2 quagga-5b27acfdfab084851901fedd490b4c3b333b69f8.tar.xz |
Fix errant ;;
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc854ad7..0aec5e73 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) |