]> git.puffer.fish Git - mirror/frr.git/commit
build: fix detection of the confd binary
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 16 Nov 2018 22:41:16 +0000 (20:41 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 26 Nov 2018 15:07:42 +0000 (13:07 -0200)
commit76ca535697e7adc08edee7b028dbb6b93352c385
tree741810e4dc800154064fd844a5cc05fcc355435b
parentf3e5b71cc1894cb0ca2b835d4e0902a0034e1948
build: fix detection of the confd binary

The confd binary must be searched in the path given by the user and not
in the system standard directories. This is necessary because, the way
confd is distributed, multiple installations of confd (from different
versions) are possible. Users must choose at configure time which confd
installation they want to use.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
configure.ac