diff options
Diffstat (limited to 'configure.ac')
| -rwxr-xr-x | configure.ac | 18 | 
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index 97559ac1ed..d2b8c2ae88 100755 --- a/configure.ac +++ b/configure.ac @@ -1611,24 +1611,6 @@ AC_CHECK_MEMBER([struct lyd_node.priv], [], [  ], [[#include <libyang/libyang.h>]])  CFLAGS="$ac_cflags_save" -ac_libs_save="$LIBS" -LIBS="$LIBS $LIBYANG_LIBS" -AC_CHECK_FUNC([ly_register_types], [ -  libyang_ext_builtin=true -  AC_DEFINE([LIBYANG_EXT_BUILTIN], [1], [have ly_register_types()]) -], [ -  libyang_ext_builtin=false -  AC_MSG_WARN([===== old libyang (before 0.16.74) detected =====]) -  AC_MSG_WARN([The available version of libyang does not seem to support]) -  AC_MSG_WARN([built-in YANG extension modules.  This will cause "make check"]) -  AC_MSG_WARN([to fail and may create installation and version mismatch issues.]) -  AC_MSG_WARN([Support for the old mechanism will be removed at some point.]) -  AC_MSG_WARN([Please update libyang to version 0.16.74 or newer.]) -  AC_MSG_WARN([===== old libyang (before 0.16.74) detected =====]) -]) -AM_CONDITIONAL([LIBYANG_EXT_BUILTIN], [$libyang_ext_builtin]) -LIBS="$ac_libs_save" -  dnl ---------------  dnl configuration rollbacks  dnl ---------------  | 
