mirror of
https://github.com/HEYAHONG/kconfig-frontends.git
synced 2025-05-09 02:01:14 +08:00
configure: enable all frontends if --enable-frontends has no list
If the user passes '--enable-frontends' without a list of frontends to enable, interpret this as enabling all frontends. Note, this is different from '--enable-frontends=', where the list exists, but is empty. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
f10edb6405
commit
91bdc37f53
@ -102,6 +102,7 @@ AC_ARG_ENABLE(
|
||||
[for f in conf mconf nconf gconf qconf; do
|
||||
AS_CASE(
|
||||
["$enableval"],
|
||||
[yes], [eval enable_$f=yes],
|
||||
["$f"], [eval enable_$f=yes],
|
||||
["$f",*], [eval enable_$f=yes],
|
||||
[*,"$f"], [eval enable_$f=yes],
|
||||
|
Loading…
x
Reference in New Issue
Block a user