[PATCH] osmo-bts[master]: sysmobts: use proper includes forsbts2050 test

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Sun Jan 21 22:15:19 UTC 2018


Review at  https://gerrit.osmocom.org/5963

sysmobts: use proper includes forsbts2050 test

When testing for sbts2050_header.h during ./configure stage, use proper
include path defined earlier.

Change-Id: I55e50f612ab2a082b34096d71359dd08da150cf1
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/63/5963/1

diff --git a/configure.ac b/configure.ac
index 8c6a7f8..fc9ace6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,7 +183,7 @@
 
 # Check for the sbts2050_header.h that was added after the 3.6 release
 oldCPPFLAGS=$CPPFLAGS
-CPPFLAGS="$CPPFLAGS"
+CPPFLAGS="$CPPFLAGS -I$SYSMOBTS_INCDIR"
 AC_CHECK_HEADER([sysmocom/femtobts/sbts2050_header.h],
 		[sysmo_uc_header="yes"],[])
 CPPFLAGS=$oldCPPFLAGS

-- 
To view, visit https://gerrit.osmocom.org/5963
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I55e50f612ab2a082b34096d71359dd08da150cf1
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list