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

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