osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/33678 )
Change subject: configure: ipa utils: add default=yes to arg help
......................................................................
configure: ipa utils: add default=yes to arg help
Change-Id: Ie8c22f5103857b317add5f7d9d9f951665a6103a
---
M configure.ac
1 file changed, 11 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index 297d2cd..b3cc09d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,8 +36,8 @@
fi
PKG_PROG_PKG_CONFIG([0.20])
-# Enable/disable ipaccess-utils (src/ipacces/)?
-AC_ARG_ENABLE([ipaccess-utils], [AS_HELP_STRING([--enable-ipaccess-utils], [Build
ipaccess utils: abisip-find, ipaccess-config, ...])],
+# Enable/disable ipaccess-utils (src/ipacces/)
+AC_ARG_ENABLE([ipaccess-utils], [AS_HELP_STRING([--enable-ipaccess-utils], [Build
ipaccess utils: abisip-find, ipaccess-config, ... [default=yes]])],
[osmo_ac_ipa_utils="$enableval"],[osmo_ac_ipa_utils="yes"])
AM_CONDITIONAL(BUILD_IPA_UTILS, test "x$osmo_ac_ipa_utils" = "xyes")
AC_SUBST(osmo_ac_ipa_utils)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/33678
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie8c22f5103857b317add5f7d9d9f951665a6103a
Gerrit-Change-Number: 33678
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged