]> git.proxmox.com Git - mirror_frr.git/blobdiff - configure.ac
Merge pull request #9472 from rampxxxx/pathd_doc_augmented
[mirror_frr.git] / configure.ac
index 42b3b659a73933be5f56d681d235d6bb30d4fda8..c153e4c26164c5c78b528b87edc32ee8c6b6f9b0 100644 (file)
@@ -1915,6 +1915,7 @@ if test "$enable_confd" != "" -a "$enable_confd" != "no"; then
    if test "$CONFD" = "/bin/false"; then
       AC_MSG_ERROR([confd was not found on your system.])]
    fi
+   AC_CHECK_PROG([CONFDC], [confdc], [confdc], [/bin/false], "${enable_confd}/bin")
    CONFD_CFLAGS="-I${enable_confd}/include -L${enable_confd}/lib"
    AC_SUBST([CONFD_CFLAGS])
    CONFD_LIBS="-lconfd"