blob: 56fd3daead5d79d0d2bda466bd191eae74509706 [file] [log] [blame]
Andrew Geissler615f2f12022-07-15 14:00:58 -05001From 985eda68d3303112791cf6858f6fef1a99288e8a 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 Geissler615f2f12022-07-15 14:00:58 -050017index 040975e..5f7b53a 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 Geissler615f2f12022-07-15 14:00:58 -050022 AC_INIT([adwaita-icon-theme], [42.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