diff options
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 13297c9..1188850 100644 --- a/configure.ac +++ b/configure.ac @@ -121,6 +121,17 @@ else AC_MSG_RESULT([no]) fi +dnl *************************************************** +dnl *** Configure option for prioritising LUC types *** +dnl *************************************************** +AC_ARG_WITH([prioritised-luc-types], + [AS_HELP_STRING([--with-prioritised-luc-types=LIST], + [Comma-separated list of LUC types to be prioritised during start-up])], + [with_prioritised_luc_types=$withval], [with_prioritised_luc_types=]) +AC_DEFINE_UNQUOTED([PRIORITISED_LUC_TYPES], + ["$with_prioritised_luc_types"], + [Prioritised LUC types]) + AC_OUTPUT([ Makefile boot-manager/Makefile |