blob: f8cd6214380188e636436e29c880da020edfcb32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.ac.orig 2019-02-28 23:32:04 UTC
+++ configure.ac
@@ -391,7 +391,7 @@ AC_ARG_WITH([pkg-git-version],
[ test "x$withval" != "xno" && with_pkg_git_version="yes" ])
AC_ARG_WITH([vtysh_pager],
AS_HELP_STRING([--with-vtysh-pager=PAGER], [control what pager is compiled in as default]),
- VTYSH_PAGER=$withval, VTYSH_PAGER="more")
+ VTYSH_PAGER=$withval, VTYSH_PAGER="cat")
AC_ARG_ENABLE([vtysh],
AS_HELP_STRING([--disable-vtysh], [do not build integrated vty shell for FRR]))
AC_ARG_ENABLE([doc],
|