blob: 998ae6b50e67846c0a9d678d097783de3407afa2 [file] [log] [blame]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05001From 62c922f43b54585d25ba89be36c10612b479270b Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Thu, 27 Apr 2017 02:15:02 -0400
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05004Subject: [PATCH] configure.ac: remove prog test of augparse
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
6The build time does not require it.
7
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06008Upstream-Status: Inappropriate [workaround]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050011
12Modify to apply to v2.17.8.
13
14Signed-off-by: Joe Slater <joe.slater@windriver.com>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015---
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050016 configure.ac | 9 ---------
17 1 file changed, 9 deletions(-)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018
19diff --git a/configure.ac b/configure.ac
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050020index 17ece200..89b463a4 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021--- a/configure.ac
22+++ b/configure.ac
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050023@@ -287,15 +287,6 @@ AC_ARG_WITH(largedatatmpdir,
24 [], [with_largedatatmpdir="/var/tmp"])
25 AC_SUBST([LARGE_DATA_TMP_DIR], [$with_largedatatmpdir])
26
Brad Bishopd7bf8c12018-02-25 22:55:05 -050027-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]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050035-
Brad Bishopd7bf8c12018-02-25 22:55:05 -050036 AC_ARG_WITH([defaultdumpdirmode],
37 AS_HELP_STRING([--with-defaultdumpdirmode=OCTAL-MODE],
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050038 [Default dump dir mode (default: 0x1A0 (0640))]),
Brad Bishopd7bf8c12018-02-25 22:55:05 -050039--
Andrew Geisslerfc113ea2023-03-31 09:59:46 -0500402.25.1
Brad Bishopd7bf8c12018-02-25 22:55:05 -050041