blob: 32f98e049b9b47c9d08647bfbb70bd9949d2a40f [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001From 15ffd817b3e334dc7c0508761c7ef417d76379c5 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 Geissler9aee5002022-03-30 16:27:02 +000017index 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 Geissler9aee5002022-03-30 16:27:02 +000022 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