aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTristan Schwieren <tristan.schwieren@tum.de>2022-04-11 13:29:20 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-06-09 11:43:01 +0200
commit349b4e37123368e3f03d563770d72bcbfd8109ad (patch)
tree865732d15ee62fa5c7e5d651445ea276a4d4756d /configure.ac
parent79eff4349f89d13a8cc707550f6bb7d5fe8c99c3 (diff)
downloadgnunet-349b4e37123368e3f03d563770d72bcbfd8109ad.tar.gz
gnunet-349b4e37123368e3f03d563770d72bcbfd8109ad.zip
-init oidc RSA256 feature
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 733eea06e..3553d93b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -719,6 +719,11 @@ CHECK_WITH_LIB([jansson], [json_loads], [jansson.h], [HAVE_JANSSON])
719AS_IF([test "x$jansson" = "x0"], 719AS_IF([test "x$jansson" = "x0"],
720 [AC_MSG_ERROR([GNUnet requires jansson])]) 720 [AC_MSG_ERROR([GNUnet requires jansson])])
721 721
722# check for jose
723CHECK_WITH_LIB([jose], [jose_jwk_gen], [jose/jose.h], [HAVE_JOSE])
724AS_IF([test "x$jose" = "x0"],
725 [AC_MSG_ERROR([GNUnet requires jose])])
726
722# check for libpulse (pulseaudio) 727# check for libpulse (pulseaudio)
723CHECK_WITH_LIB([pulse], [pa_stream_peek], [pulse/simple.h], [HAVE_PULSE]) 728CHECK_WITH_LIB([pulse], [pa_stream_peek], [pulse/simple.h], [HAVE_PULSE])
724 729