Blame SOURCES/0090-configure-fix-typo.patch

bb7cd1
From a87cb169e5700bf9a3e74d4a1980e8e5c8e24692 Mon Sep 17 00:00:00 2001
bb7cd1
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
bb7cd1
Date: Wed, 29 Mar 2017 13:28:49 +0200
bb7cd1
Subject: [PATCH 90/90] configure: fix typo
bb7cd1
MIME-Version: 1.0
bb7cd1
Content-Type: text/plain; charset=UTF-8
bb7cd1
Content-Transfer-Encoding: 8bit
bb7cd1
bb7cd1
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
bb7cd1
(cherry picked from commit dc186bfe90665c13d589b3b4efd9009293e62c46)
bb7cd1
---
bb7cd1
 src/external/libhttp_parser.m4 | 2 +-
bb7cd1
 1 file changed, 1 insertion(+), 1 deletion(-)
bb7cd1
bb7cd1
diff --git a/src/external/libhttp_parser.m4 b/src/external/libhttp_parser.m4
bb7cd1
index 504bdf0f66c95b3d224c677a205a46e6f8b44726..3a5ef0dbbc63423ad8e960d72e97ec4fb4481dd1 100644
bb7cd1
--- a/src/external/libhttp_parser.m4
bb7cd1
+++ b/src/external/libhttp_parser.m4
bb7cd1
@@ -17,6 +17,6 @@ AS_IF([test x"$found_http_parser" != xyes],
bb7cd1
                       ],
bb7cd1
                       [-L$sss_extra_libdir -lhttp_parser_strict])],
bb7cd1
         [AC_MSG_ERROR([
bb7cd1
-You must have the header file http_parse.h installed to build sssd
bb7cd1
+You must have the header file http_parser.h installed to build sssd
bb7cd1
 with secrets responder. If you want to build sssd without secret responder
bb7cd1
 then specify --without-secrets when running configure.])])])
bb7cd1
-- 
bb7cd1
2.9.3
bb7cd1