Simplify the macro for checking stat flavor a bit
Signed-off-by: Alexey Neyman <stilor@att.net>dev-linux
parent
0bcb67fa52
commit
1ce2eab963
@ -1,7 +1,7 @@
|
||||
# Set the kconfig option.
|
||||
AC_DEFUN([CTNG_SET_KCONFIG_OPTION],
|
||||
[AS_IF(
|
||||
[test -n "$$1"],
|
||||
[test -n "$$1" -o "$2" = "y"],
|
||||
[AC_SUBST([KCONFIG_$1], ["def_bool y"])],
|
||||
[AC_SUBST([KCONFIG_$1], ["bool"])])
|
||||
])
|
||||
|
Loading…
Reference in New Issue