aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3553d93b9..c34e2a70e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -722,7 +722,7 @@ AS_IF([test "x$jansson" = "x0"],
722# check for jose 722# check for jose
723CHECK_WITH_LIB([jose], [jose_jwk_gen], [jose/jose.h], [HAVE_JOSE]) 723CHECK_WITH_LIB([jose], [jose_jwk_gen], [jose/jose.h], [HAVE_JOSE])
724AS_IF([test "x$jose" = "x0"], 724AS_IF([test "x$jose" = "x0"],
725 [AC_MSG_ERROR([GNUnet requires jose])]) 725 [AC_MSG_WARN([reclaimID OpenID Connect plugin requires jose])])
726 726
727# check for libpulse (pulseaudio) 727# check for libpulse (pulseaudio)
728CHECK_WITH_LIB([pulse], [pa_stream_peek], [pulse/simple.h], [HAVE_PULSE]) 728CHECK_WITH_LIB([pulse], [pa_stream_peek], [pulse/simple.h], [HAVE_PULSE])