sysmobts: use proper includes for sbts2050 test

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

Change-Id: I55e50f612ab2a082b34096d71359dd08da150cf1
This commit is contained in:
Max 2018-01-21 23:12:56 +01:00
parent f5a810d6f7
commit d11e8cf341
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ fi
# 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