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:
parent
a1ad228767
commit
cc95052a37
@ -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])
|
AC_DEFINE(USE_REGEX, 1, [Define to 1 if C++11 regex is usable])
|
||||||
fi
|
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
|
# 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,
|
# parameters. If specified, those will set the HAVE_GTEST, HAVE_GTEST_SOURCE,
|
||||||
# DISTCHECK_GTEST_CONFIGURE_FLAG, GTEST_INCLUDES, GTEST_LDFLAGS, GTEST_LDADD, 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])
|
AC_MSG_ERROR([$CQL_CONFIG Cassandra is no longer supported])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for sysrepo.
|
|
||||||
AX_SYSREPO
|
|
||||||
|
|
||||||
# Check for log4cplus
|
# Check for log4cplus
|
||||||
DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG=
|
DISTCHECK_LOG4CPLUS_CONFIGURE_FLAG=
|
||||||
log4cplus_path="yes"
|
log4cplus_path="yes"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
AC_DEFUN([AX_SYSREPO], [
|
AC_DEFUN([AX_NETCONF], [
|
||||||
|
|
||||||
AC_ARG_WITH([libyang],
|
AC_ARG_WITH([libyang],
|
||||||
[AS_HELP_STRING([--with-libyang[[=PATH]]], [optional path to the libyang installation directory])],
|
[AS_HELP_STRING([--with-libyang[[=PATH]]], [optional path to the libyang installation directory])],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user