aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-17 19:32:28 +0000
committerChristian Grothoff <christian@grothoff.org>2016-03-17 19:32:28 +0000
commitcaed9f3ee509b41d7c31f5bc7dcacfd56a857a2e (patch)
tree18b224efa4f8c0f5ab92a6c1978a950b68cf3ba9 /configure.ac
parenta5361231e36224607d8c2c1376757c0b99f34f59 (diff)
downloadgnunet-caed9f3ee509b41d7c31f5bc7dcacfd56a857a2e.tar.gz
gnunet-caed9f3ee509b41d7c31f5bc7dcacfd56a857a2e.zip
-fix build issues
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5f90eaabc..ea9bfaa99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -968,6 +968,8 @@ AC_DEFINE_UNQUOTED([HAVE_MHD], $lmhd, [We have libmicrohttpd])
968 968
969AM_CONDITIONAL(HAVE_REST, [test x$lmhd = x1 -a x$jansson = x1]) 969AM_CONDITIONAL(HAVE_REST, [test x$lmhd = x1 -a x$jansson = x1])
970 970
971AM_CONDITIONAL(HAVE_JSON, [test x$jansson = x1])
972
971# restore LIBS 973# restore LIBS
972LIBS=$SAVE_LIBS 974LIBS=$SAVE_LIBS
973 975
@@ -1550,6 +1552,7 @@ src/identity/Makefile
1550src/identity/identity.conf 1552src/identity/identity.conf
1551src/include/Makefile 1553src/include/Makefile
1552src/integration-tests/Makefile 1554src/integration-tests/Makefile
1555src/json/Makefile
1553src/hostlist/Makefile 1556src/hostlist/Makefile
1554src/multicast/Makefile 1557src/multicast/Makefile
1555src/multicast/multicast.conf 1558src/multicast/multicast.conf