blob: 986e7ec41962c369f0af91109620d58194caca4c [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From c1c301502a8f69b9889197744b301a136082f09d 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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004Subject: [PATCH 4/4] 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>
11---
12 configure.ac | 8 --------
13 1 file changed, 8 deletions(-)
14
15diff --git a/configure.ac b/configure.ac
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016index aceccf4..83c101b 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017--- a/configure.ac
18+++ b/configure.ac
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019@@ -350,14 +350,6 @@ AC_ARG_WITH(augeaslenslibdir,
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020 [Directory for librepor lens (default: /usr/share/augeas/lenses)])],
21 [], [with_augeaslenslibdir="/usr/share/augeas/lenses"])
22 AC_SUBST([AUGEAS_LENS_LIB_DIR], [$with_augeaslenslibdir])
23-AC_PATH_PROG(AUGPARSE, augparse, no)
24-[if test "$AUGPARSE" = "no"]
25-[then]
26- [echo "The augparse program was not found in the search path. Please ensure"]
27- [echo "that it is installed and its directory is included in the search path."]
28- [echo "Then run configure again before attempting to build libreport."]
29- [exit 1]
30-[fi]
31
32 AC_ARG_WITH([defaultdumpdirmode],
33 AS_HELP_STRING([--with-defaultdumpdirmode=OCTAL-MODE],
34--
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800352.7.4
Brad Bishopd7bf8c12018-02-25 22:55:05 -050036