1From 62c922f43b54585d25ba89be36c10612b479270b Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Thu, 27 Apr 2017 02:15:02 -0400
4Subject: [PATCH] configure.ac: remove prog test of augparse
5
6The build time does not require it.
7
8Upstream-Status: Inappropriate [workaround]
9
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11
12Modify to apply to v2.17.8.
13
14Signed-off-by: Joe Slater <joe.slater@windriver.com>
15---
16 configure.ac | 9 ---------
17 1 file changed, 9 deletions(-)
18
19diff --git a/configure.ac b/configure.ac
20index 17ece200..89b463a4 100644
21--- a/configure.ac
22+++ b/configure.ac
23@@ -287,15 +287,6 @@ AC_ARG_WITH(largedatatmpdir,
24             [], [with_largedatatmpdir="/var/tmp"])
25 AC_SUBST([LARGE_DATA_TMP_DIR], [$with_largedatatmpdir])
26
27-AC_PATH_PROG(AUGPARSE, augparse, no)
28-[if test "$AUGPARSE" = "no"]
29-[then]
30-    [echo "The augparse program was not found in the search path. Please ensure"]
31-    [echo "that it is installed and its directory is included in the search path."]
32-    [echo "Then run configure again before attempting to build libreport."]
33-    [exit 1]
34-[fi]
35-
36 AC_ARG_WITH([defaultdumpdirmode],
37             AS_HELP_STRING([--with-defaultdumpdirmode=OCTAL-MODE],
38                            [Default dump dir mode (default: 0x1A0 (0640))]),
39--
402.25.1
41
42