summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2017-03-29 13:28:49 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-03-30 19:08:28 +0200
commitdc186bfe90665c13d589b3b4efd9009293e62c46 (patch)
treec237c41c38e671eafc59412d9bc59b20a829e07c
parent18e4fe9d836e8f7bee52724374ffc0011172329f (diff)
downloadsssd-dc186bfe90665c13d589b3b4efd9009293e62c46.tar.gz
sssd-dc186bfe90665c13d589b3b4efd9009293e62c46.tar.xz
sssd-dc186bfe90665c13d589b3b4efd9009293e62c46.zip
configure: fix typo
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
-rw-r--r--src/external/libhttp_parser.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/libhttp_parser.m4 b/src/external/libhttp_parser.m4
index 504bdf0f6..3a5ef0dbb 100644
--- a/src/external/libhttp_parser.m4
+++ b/src/external/libhttp_parser.m4
@@ -17,6 +17,6 @@ AS_IF([test x"$found_http_parser" != xyes],
],
[-L$sss_extra_libdir -lhttp_parser_strict])],
[AC_MSG_ERROR([
-You must have the header file http_parse.h installed to build sssd
+You must have the header file http_parser.h installed to build sssd
with secrets responder. If you want to build sssd without secret responder
then specify --without-secrets when running configure.])])])