diff options
author | Razvan Becheriu <ravan@isc.org> | 2019-03-05 17:27:57 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2019-05-16 17:12:40 +0200 |
commit | 2d95d555ba1016eafc10b235a505028750cee26e (patch) | |
tree | cf1feafa07fef15592580e5c639e7d3e6f77e503 /configure.ac | |
parent | added check if --repository-url is passed when native-pkg is enabled (diff) | |
download | kea-2d95d555ba1016eafc10b235a505028750cee26e.tar.xz kea-2d95d555ba1016eafc10b235a505028750cee26e.zip |
fixed build sysrepo
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1d054feb61..f0c43f14de 100644 --- a/configure.ac +++ b/configure.ac @@ -932,6 +932,7 @@ if test "$SYSREPO_CONFIG" != "" ; then SYSREPO_LIBS="${SYSREPO_LIBS} ${SYSREPOCPP_LIBS}" fi + AC_SUBST(SYSREPO_INCLUDEDIR) AC_SUBST(SYSREPO_CPPFLAGS) AC_SUBST(SYSREPO_LIBS) AC_SUBST(SYSREPO_REPO) |