]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
configure: Check for readline() function instead of main
authorKhem Raj <raj.khem@gmail.com>
Thu, 1 Sep 2022 17:39:23 +0000 (10:39 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 1 Sep 2022 17:45:36 +0000 (10:45 -0700)
commit9399d58c13257849179d3c2b3698a2b43bc1b2a0
treedbef94f02b89db0f08fca3c11eea76629a31d4e7
parentf1f38efd836af248d362d961224a540d07bd50cf
configure: Check for readline() function instead of main

main is not a function found in libreadline, its better to check for a
function thats provided by it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
configure.ac