aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-20 16:33:48 +0100
committerHarald Welte <laforge@gnumonks.org>2016-02-15 14:26:47 +0100
commitccc7a1bf46d05a2b910b0b995e99e3e1f28f1fae (patch)
treef239fd875d74b2f3688834d1deadf01c40d29bd8
parentb936bd7162f29cab0cfe2d31139a5ffd997b029e (diff)
LC15: configure.ac: use --enable-litecell15 insteda of --enable-litecell15-bts
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index d16a5ee7..66879d95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,12 +69,12 @@ if test "$enable_octphy" = "yes" ; then
fi
AC_MSG_CHECKING([whether to enable NuRAN Wireless Litecell 1.5 hardware support])
-AC_ARG_ENABLE(litecell15-bts,
- AC_HELP_STRING([--enable-litecell15-bts],
+AC_ARG_ENABLE(litecell15,
+ AC_HELP_STRING([--enable-litecell15],
[enable code for NuRAN Wireless Litecell15 bts [default=no]]),
- [enable_litecell15_bts="yes"],[enable_litecell15_bts="no"])
-AC_MSG_RESULT([$enable_litecell15_bts])
-AM_CONDITIONAL(ENABLE_LC15BTS, test "x$enable_litecell15_bts" = "xyes")
+ [enable_litecell15="yes"],[enable_litecell15="no"])
+AC_MSG_RESULT([$enable_litecell15])
+AM_CONDITIONAL(ENABLE_LC15BTS, test "x$enable_litecell15" = "xyes")
# We share gsm_data.h with OpenBSC and need to be pointed to the source
# directory of OpenBSC for now.