blob: 5afba3c6443fa535d8bec605b2ef0c6f54de5c67 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001From 63d97fefdbc90f5c68f67bdc30844776d9a1b720 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3Date: Tue, 30 May 2017 14:55:49 +0300
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004Subject: [PATCH] Don't use AC_CANONICAL_HOST
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
6This won't work when building allarch (and is only used to find out if
7target is windows).
8
9Upstream-Status: Inappropriate [embedded specific]
10Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -040011
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012---
13 configure.ac | 1 -
14 1 file changed, 1 deletion(-)
15
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016diff --git a/configure.ac b/configure.ac
Andrew Geisslereff27472021-10-29 15:35:00 -050017index f2659a5..1e8b016 100644
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018--- a/configure.ac
19+++ b/configure.ac
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020@@ -3,7 +3,6 @@ AC_PREREQ(2.53)
21
Andrew Geisslereff27472021-10-29 15:35:00 -050022 AC_INIT([adwaita-icon-theme], [41.0],
Brad Bishopd7bf8c12018-02-25 22:55:05 -050023 [http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
24-AC_CANONICAL_HOST
25 AC_CONFIG_MACRO_DIR([m4])
26 AC_CONFIG_SRCDIR([index.theme.in])
27