2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#2311] rename AX_SYSREPO to AX_NETCONF

This commit is contained in:
Andrei Pavel 2022-10-12 19:57:14 +03:00
parent a1ad228767
commit cc95052a37
No known key found for this signature in database
GPG Key ID: D4E804481939CB21
2 changed files with 6 additions and 4 deletions

View File

@ -636,6 +636,11 @@ if test "x$usable_regex" != "xno" ; then
AC_DEFINE(USE_REGEX, 1, [Define to 1 if C++11 regex is usable])
fi
# Check for NETCONF support. If NETCONF was enabled in the build, and this check
# passes, it will enforce the --std=c++20 flag. Let's do the check as early as
# possible so that the rest of the checks include the flag as well.
AX_NETCONF
# Run the gtest detection routines. This supports --with-gtest and --with-gtest-source
# parameters. If specified, those will set the HAVE_GTEST, HAVE_GTEST_SOURCE,
# DISTCHECK_GTEST_CONFIGURE_FLAG, GTEST_INCLUDES, GTEST_LDFLAGS, GTEST_LDADD, GTEST_SOURCE
@ -832,9 +837,6 @@ if test "${cql_config}" != "no" ; then
AC_MSG_ERROR([$CQL_CONFIG Cassandra is no longer supported])
fi
# Check for sysrepo.
AX_SYSREPO
# Check for log4cplus
DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG=
log4cplus_path="yes"

View File

@ -1,4 +1,4 @@
AC_DEFUN([AX_SYSREPO], [
AC_DEFUN([AX_NETCONF], [
AC_ARG_WITH([libyang],
[AS_HELP_STRING([--with-libyang[[=PATH]]], [optional path to the libyang installation directory])],