From ccc7a1bf46d05a2b910b0b995e99e3e1f28f1fae Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 20 Jan 2016 16:33:48 +0100 Subject: LC15: configure.ac: use --enable-litecell15 insteda of --enable-litecell15-bts --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.ac') 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. -- cgit v1.2.3