<p>Hoernchen <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/22194">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Hoernchen: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fixup: configure.ac: fix: do not define HAVE_NEON unconditionally<br><br>Instead of removing AC_DEFINE(), I should have used AS_IF().<br><br>Change-Id: I20e256bd6fdb0256c95ab7073e07b7437af6a12f<br>Fixes: I761a7afaeda9d232ac26edff47949e911f8f1f0c<br>---<br>M configure.ac<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure.ac b/configure.ac</span><br><span>index c062e5f..32ea7ca 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -424,6 +424,9 @@</span><br><span>                [Enable ARM NEON instructions support [default=no]]</span><br><span>  )],</span><br><span>  [neon=$enableval], [neon="no"])</span><br><span style="color: hsl(120, 100%, 40%);">+AS_IF([test "x$neon" = "xyes"], [</span><br><span style="color: hsl(120, 100%, 40%);">+      AC_DEFINE([HAVE_NEON],, [Support ARM NEON instructions])</span><br><span style="color: hsl(120, 100%, 40%);">+])</span><br><span> AC_MSG_CHECKING([whether to enable ARM NEON instructions support])</span><br><span> AC_MSG_RESULT([$neon])</span><br><span> AM_CONDITIONAL(HAVE_NEON, [test "x$neon" != "xno"])</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/22194">change 22194</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/libosmocore/+/22194"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I20e256bd6fdb0256c95ab7073e07b7437af6a12f </div>
<div style="display:none"> Gerrit-Change-Number: 22194 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Hoernchen <ewild@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-MessageType: merged </div>