aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-01-20 07:00:54 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-01-20 07:00:54 +0100
commit3cb90c74c5f591fd2541d154a8e7b05a1c2f4539 (patch)
tree620638f54539749f2a1b27a5991a90880fe7c14d /configure.ac
parent7122f35e2c00c29b1af31bdd294e93e6fcc84498 (diff)
parentaedd5919e802370061850486c96da72b25df7f22 (diff)
downloadgnunet-3cb90c74c5f591fd2541d154a8e7b05a1c2f4539.tar.gz
gnunet-3cb90c74c5f591fd2541d154a8e7b05a1c2f4539.zip
- merge; service API change
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