blob: db583cfd29e1578d914c181f5b57eaf938e0f5b5 [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001From 7c1f95995ce9180221bac03b7b1e1696b8a79de7 Mon Sep 17 00:00:00 2001
Andrew Geissler87f5cff2022-09-30 13:13:31 -05002From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 7 Sep 2022 11:12:28 -0700
4Subject: [PATCH] Warn not error if xsltproc is not found
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
Patrick Williams8e7b46e2023-05-01 14:19:06 -05008
Andrew Geissler87f5cff2022-09-30 13:13:31 -05009---
10 configure.ac | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/configure.ac b/configure.ac
Patrick Williams8e7b46e2023-05-01 14:19:06 -050014index 6896c19..2a1fb52 100644
Andrew Geissler87f5cff2022-09-30 13:13:31 -050015--- a/configure.ac
16+++ b/configure.ac
Patrick Williams8e7b46e2023-05-01 14:19:06 -050017@@ -182,7 +182,7 @@ AC_SUBST([systemdunitdir], [$systemdunitdir])
Andrew Geissler87f5cff2022-09-30 13:13:31 -050018 # package as xgettext, and we find them by PATH, so just check for the one.
Patrick Williams8e7b46e2023-05-01 14:19:06 -050019 AC_PATH_PROG([XGETTEXT], [xgettext], [no])
Andrew Geissler87f5cff2022-09-30 13:13:31 -050020 if test "$XGETTEXT" = "no"; then
21- AC_MSG_ERROR([Please install gettext tools])
22+ AC_MSG_WARN([Please install gettext tools])
23 fi
24
25 # ssh-add