<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ggsn/+/15219">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">build: switch AC_CANONICAL_TARGET for AC_CANONICAL_HOST<br><br>$target/$target_os is never used, so AC_CANONICAL_TARGET is useless.<br>$host is, so employ AC_CANONICAL_HOST.<br><br>Change-Id: I6dc505888b42cfb686043470d3a3548c24cbe1f7<br>---<br>M configure.ac<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/19/15219/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 4c39681..c8bfae9 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -7,7 +7,7 @@</span><br><span> AC_CONFIG_AUX_DIR([.])</span><br><span> </span><br><span> AC_CONFIG_TESTDIR(tests)</span><br><span style="color: hsl(0, 100%, 40%);">-AC_CANONICAL_TARGET</span><br><span style="color: hsl(120, 100%, 40%);">+AC_CANONICAL_HOST</span><br><span> </span><br><span> dnl kernel style compile messages</span><br><span> m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ggsn/+/15219">change 15219</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ggsn/+/15219"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ggsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I6dc505888b42cfb686043470d3a3548c24cbe1f7 </div>
<div style="display:none"> Gerrit-Change-Number: 15219 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>