aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-21 23:34:34 +0100
committerMax <msuraev@sysmocom.de>2018-01-21 23:34:34 +0100
commit2d1f53439b648d1b52544be30380bde564a95f0d (patch)
treeaff00cab341669d882505f2fb33a9221a3b7b553 /configure.ac
parent71506d70d7ac42484c1fe68a77bc7bac145e8566 (diff)
sysmobts: remove weird default header location
The sysmoBTS-specific headers were never looked for in the current directory. None of the CI tests use it as well. None of the other BTS models use such defaults. Let's just drop this to restore expected header location semantics. Change-Id: I0b2906e284e1e22a960c4f0f1f38724de009eda5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a6950237..51d94c6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,10 +73,6 @@ if test "x$sysmobts_incdir" != "x"; then
# --with-sysmobts was passed, imply enable_sysmocom_bts
enable_sysmocom_bts="yes"
fi
-if test "x$enable_sysmocom_bts" = "xyes" -a "x$sysmobts_incdir" = "x"; then
- # --enable-sysmocom-bts was passed but no --with-sysmobts. Use default.
- sysmobts_incdir="."
-fi
AC_SUBST([SYSMOBTS_INCDIR], -I$sysmobts_incdir)
AC_MSG_RESULT([$enable_sysmocom_bts])
AM_CONDITIONAL(ENABLE_SYSMOBTS, test "x$enable_sysmocom_bts" = "xyes")