From 55d89d17b25979d81b3d56778503eebb18c0eee2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 12 Oct 2015 12:15:49 +0200 Subject: configure.ac: Better description for --enable-sysmocom-bts and --enable-trx --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3282819b..c1871ef9 100644 --- a/configure.ac +++ b/configure.ac @@ -29,10 +29,10 @@ PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl) PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis) PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec) -AC_MSG_CHECKING([whether to enable sysmocom-bts hardware support]) +AC_MSG_CHECKING([whether to enable support for sysmoBTS L1/PHY support]) AC_ARG_ENABLE(sysmocom-bts, AC_HELP_STRING([--enable-sysmocom-bts], - [enable code for sysmocom femto-bts [default=no]]), + [enable code for sysmoBTS L1/PHY [default=no]]), [enable_sysmocom_bts="yes"],[enable_sysmocom_bts="no"]) AC_MSG_RESULT([$enable_sysmocom_bts]) AM_CONDITIONAL(ENABLE_SYSMOBTS, test "x$enable_sysmocom_bts" = "xyes") @@ -40,10 +40,10 @@ if test "$enable_sysmocom_bts" = "yes"; then PKG_CHECK_MODULES(LIBGPS, libgps) fi -AC_MSG_CHECKING([whether to enable trx hardware support]) +AC_MSG_CHECKING([whether to enable support for osmo-trx based L1/PHY support]) AC_ARG_ENABLE(trx, AC_HELP_STRING([--enable-trx], - [enable code for trx hardware [default=no]]), + [enable code for osmo-trx L1/PHY [default=no]]), [enable_trx="yes"],[enable_trx="no"]) AC_MSG_RESULT([$enable_trx]) AM_CONDITIONAL(ENABLE_TRX, test "x$enable_trx" = "xyes") -- cgit v1.2.3