From c5a47e4a809aca39669e26d6136f8056952efd74 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 1 Jul 2016 08:41:14 +0200 Subject: CONFIGURE: Inform about optional build dependencies Reviewed-by: Jakub Hrozek --- src/external/libhttp_parser.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/external/libhttp_parser.m4') diff --git a/src/external/libhttp_parser.m4 b/src/external/libhttp_parser.m4 index a02cd8270..504bdf0f6 100644 --- a/src/external/libhttp_parser.m4 +++ b/src/external/libhttp_parser.m4 @@ -16,5 +16,7 @@ AS_IF([test x"$found_http_parser" != xyes], [-L$sss_extra_libdir -lhttp_parser]) ], [-L$sss_extra_libdir -lhttp_parser_strict])], - [AC_MSG_ERROR([http_parser header files are not installed])])] -) + [AC_MSG_ERROR([ +You must have the header file http_parse.h installed to build sssd +with secrets responder. If you want to build sssd without secret responder +then specify --without-secrets when running configure.])])]) -- cgit