<p>Hoernchen has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/19647">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure: only enable uhd if we enable uhd...<br><br>Change-Id: I418a07f5e166f136313f3aec4df71dbfa25ec874<br>---<br>M configure.ac<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/47/19647/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 9966e39..e651176 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -184,7 +184,7 @@</span><br><span>     PKG_CHECK_MODULES(LMS, LimeSuite)</span><br><span> ])</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-AS_IF([test "x$with_uhd" != "xno"],[</span><br><span style="color: hsl(120, 100%, 40%);">+AS_IF([test "x$with_uhd" == "xyes"],[</span><br><span>     PKG_CHECK_MODULES(UHD, uhd >= 003.011,</span><br><span>         [AC_DEFINE(USE_UHD_3_11, 1, UHD version 3.11.0 or higher)],</span><br><span>         [PKG_CHECK_MODULES(UHD, uhd >= 003.009,</span><br><span>@@ -243,7 +243,7 @@</span><br><span>     AC_DEFINE(HAVE_ATOMIC_OPS, 1, [Support all required atomic operations], [AC_MSG_WARN("At least one aotmic operation missing, will use mutex")])</span><br><span> ])</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-AM_CONDITIONAL(DEVICE_UHD, [test "x$with_uhd" != "xno"])</span><br><span style="color: hsl(120, 100%, 40%);">+AM_CONDITIONAL(DEVICE_UHD, [test "x$with_uhd" == "xyes"])</span><br><span> AM_CONDITIONAL(DEVICE_USRP1, [test "x$with_usrp1" = "xyes"])</span><br><span> AM_CONDITIONAL(DEVICE_LMS, [test "x$with_lms" = "xyes"])</span><br><span> AM_CONDITIONAL(DEVICE_IPC, [test "x$with_ipc" = "xyes"])</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/19647">change 19647</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-trx/+/19647"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I418a07f5e166f136313f3aec4df71dbfa25ec874 </div>
<div style="display:none"> Gerrit-Change-Number: 19647 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Hoernchen <ewild@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>