aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 761086e32..924b06849 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1551,6 +1551,7 @@ src/ats/Makefile
1551src/ats/ats.conf 1551src/ats/ats.conf
1552src/ats-tool/Makefile 1552src/ats-tool/Makefile
1553src/ats-tests/Makefile 1553src/ats-tests/Makefile
1554src/auction/Makefile
1554src/block/Makefile 1555src/block/Makefile
1555src/cadet/Makefile 1556src/cadet/Makefile
1556src/cadet/cadet.conf 1557src/cadet/cadet.conf
@@ -1598,6 +1599,8 @@ src/namestore/Makefile
1598src/namestore/namestore.conf 1599src/namestore/namestore.conf
1599src/nat/Makefile 1600src/nat/Makefile
1600src/nat/nat.conf 1601src/nat/nat.conf
1602src/nat-auto/Makefile
1603src/nat-auto/nat-auto.conf
1601src/nse/Makefile 1604src/nse/Makefile
1602src/nse/nse.conf 1605src/nse/nse.conf
1603src/peerinfo/Makefile 1606src/peerinfo/Makefile
@@ -1643,6 +1646,8 @@ src/util/Makefile
1643src/util/resolver.conf 1646src/util/resolver.conf
1644src/vpn/Makefile 1647src/vpn/Makefile
1645src/vpn/vpn.conf 1648src/vpn/vpn.conf
1649src/zonemaster/Makefile
1650src/zonemaster/zonemaster.conf
1646src/rest/Makefile 1651src/rest/Makefile
1647src/identity-provider/Makefile 1652src/identity-provider/Makefile
1648pkgconfig/Makefile 1653pkgconfig/Makefile
@@ -1727,6 +1732,12 @@ then
1727 AC_MSG_NOTICE([NOTICE: bluetooth library not found. bluetooth support will not be compiled.]) 1732 AC_MSG_NOTICE([NOTICE: bluetooth library not found. bluetooth support will not be compiled.])
1728fi 1733fi
1729 1734
1735# jansson
1736if test "x$jansson" = "x0"
1737then
1738 AC_MSG_NOTICE([NOTICE: jansson library not found. json support will not be compiled.])
1739fi
1740
1730#gnutls 1741#gnutls
1731if test x$gnutls != xtrue 1742if test x$gnutls != xtrue
1732then 1743then