summaryrefslogtreecommitdiffstats
path: root/src/external/libjansson.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/libjansson.m4')
-rw-r--r--src/external/libjansson.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/src/external/libjansson.m4 b/src/external/libjansson.m4
index 200c501b3..48a4a5fd8 100644
--- a/src/external/libjansson.m4
+++ b/src/external/libjansson.m4
@@ -11,5 +11,7 @@ AS_IF([test x"$found_jansson" != xyes],
[JANSSON_LIBS="-L$sss_extra_libdir -ljansson"],
[AC_MSG_ERROR([libjansson missing jansson_loads])],
[-L$sss_extra_libdir -ljanson])],
- [AC_MSG_ERROR([jansson header files are not installed])])]
-)
+ [AC_MSG_ERROR([
+You must have the header file jansson.h installed to build sssd
+with secrets responder. If you want to build sssd without secret responder
+then specify --without-secrets when running configure.])])])