diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a3b0370ec0..00cf6451fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1968,6 +1968,13 @@ AC_CHECK_MEMBER([struct lyd_node.priv], [], [      Instructions for this are included in the build documentation for your platform at http://docs.frrouting.org/projects/dev-guide/en/latest/building.html])    ])  ], [[#include <libyang/libyang.h>]]) + +AC_CHECK_LIB([yang],[lyd_find_xpath3],[],[AC_MSG_ERROR([m4_normalize([ +libyang missing lyd_find_xpath3])])]) +dnl -- don't add lyd_new_list3 to this list unless bug is fixed upstream +dnl -- https://github.com/CESNET/libyang/issues/2149 +AC_CHECK_FUNCS([ly_strerrcode ly_strvecode lyd_trim_xpath]) +  CFLAGS="$ac_cflags_save"  dnl ---------------  | 
