<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12088">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac: check boost only if USRP1 support is enabled<br><br>boost is only used in USRPDevice class.<br><br>It looks like it can be removed entirely quite easily, since only<br>boost::shared_ptr is used for 2 variables. That's left for somebody with<br>the device and willingness to test the changes.<br><br>Change-Id: I4c3fa3ff58fd552d0cb4c4cf2033615d84c07c96<br>---<br>M configure.ac<br>1 file changed, 2 insertions(+), 3 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/88/12088/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 2e036ba..bd421aa 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -155,6 +155,8 @@</span><br><span> ])</span><br><span> </span><br><span> AS_IF([test "x$with_usrp1" = "xyes"], [</span><br><span style="color: hsl(120, 100%, 40%);">+    AC_CHECK_HEADER([boost/config.hpp],[],</span><br><span style="color: hsl(120, 100%, 40%);">+        [AC_MSG_ERROR([boost/config.hpp not found, install e.g. libboost-dev])])</span><br><span>     PKG_CHECK_MODULES(USRP, usrp >= 3.3)</span><br><span> ])</span><br><span> </span><br><span>@@ -220,9 +222,6 @@</span><br><span> PKG_CHECK_MODULES(LIBUSB, libusb-1.0)</span><br><span> PKG_CHECK_MODULES(FFTWF, fftw3f)</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-AC_CHECK_HEADER([boost/config.hpp],[],</span><br><span style="color: hsl(0, 100%, 40%);">-    [AC_MSG_ERROR([boost/config.hpp not found, install e.g. libboost-dev])])</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> # Generate manuals</span><br><span> AC_ARG_ENABLE(manuals,</span><br><span>   [AS_HELP_STRING(</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12088">change 12088</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/12088"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4c3fa3ff58fd552d0cb4c4cf2033615d84c07c96 </div>
<div style="display:none"> Gerrit-Change-Number: 12088 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>