blob: 4a983633139e91cc5ba775369975e9affa44f758 [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001From 4409423752885f76326d05c1266698155f47c5f9 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
Brad Bishop15ae2502019-06-18 21:44:24 -040017index 4a84501..52dbb8e 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
Brad Bishop15ae2502019-06-18 21:44:24 -040022 AC_INIT([adwaita-icon-theme], [3.32.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