<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10745">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac: Specify default language as C++<br><br>This is useful if we add more AC_CHECK_HEADER or similar configure tests including<br>C++ header files or required C++ features, since otherwise gcc is used<br>by default and test fail.<br><br>Change-Id: Iee757c78b72290c5d2a4c31339800a4e72b6be23<br>---<br>M configure.ac<br>1 file changed, 1 insertion(+), 0 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/45/10745/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 e1cc121..daa8677 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -49,6 +49,7 @@</span><br><span> AC_PROG_MAKE_SET</span><br><span> AC_PROG_INSTALL</span><br><span> AC_PATH_PROG([RM_PROG], [rm])</span><br><span style="color: hsl(120, 100%, 40%);">+AC_LANG([C++])</span><br><span> </span><br><span> dnl check for pkg-config (explained in detail in libosmocore/configure.ac)</span><br><span> AC_PATH_PROG(PKG_CONFIG_INSTALLED, pkg-config, no)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10745">change 10745</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/10745"/><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: Iee757c78b72290c5d2a4c31339800a4e72b6be23 </div>
<div style="display:none"> Gerrit-Change-Number: 10745 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>