<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11354">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac: Explicitly check for -lcsv and csv.h<br><br>unfortuantely libcsv doesn't ship with a pkg-config file, so we have<br>to resort on those manual checks<br><br>Change-Id: I52260a4e3f7a12039f054a55a211045085f1c5ff<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;">git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/54/11354/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 ed3540c..2c30dfb 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -32,6 +32,9 @@</span><br><span> fi</span><br><span> PKG_PROG_PKG_CONFIG([0.20])</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+AC_CHECK_LIB(csv, csv_init, LIBS="$LIBS -lcsv", [AC_MSG_ERROR([*** libcsv library not found!])])</span><br><span style="color: hsl(120, 100%, 40%);">+AC_CHECK_HEADERS([csv.h])</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 0.11.0)</span><br><span> PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 0.11.0)</span><br><span> PKG_CHECK_MODULES(OSMOABIS, libosmoabis)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11354">change 11354</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/11354"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-remsim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I52260a4e3f7a12039f054a55a211045085f1c5ff </div>
<div style="display:none"> Gerrit-Change-Number: 11354 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>