]> git.proxmox.com Git - mirror_frr.git/commit
build: rewrite readline/curses check
authorDavid Lamparter <equinox@diac24.net>
Sat, 6 Oct 2018 21:28:19 +0000 (23:28 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 19 Oct 2018 11:14:10 +0000 (13:14 +0200)
commit64537bc4d05f60c1b51f9003a6185843c0be7e6c
tree6c751dc3755ec809a39f5fe4b55d0a6ffce677e1
parent4108d88478a231ce8c93a23f7ae6bf573bb7acb6
build: rewrite readline/curses check

We don't need termcap/tinfo/curses, those are just for libreadline.  On
most modern systems, libreadline will pull in the appropriate libs it
needs on its own, so unconditionally adding them adds an extra unneeded
dependency for us.

Still need to try with curses/... for some systems, but only after bare
readline fails.

Signed-off-by: David Lamparter <equinox@diac24.net>
configure.ac
debianpkg/control
vtysh/subdir.am