]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: fix make xconfig when gettext is missing
authorYaakov Selkowitz <yselkowi@redhat.com>
Tue, 16 Jan 2018 20:44:45 +0000 (14:44 -0600)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 21 Jan 2018 18:30:09 +0000 (03:30 +0900)
commite413f84efacffd79e98364e8f882f4ebb655fa15
treec59605206536702a625913d4fb0b9439861e2590
parente49dbb3c9b4b8a66fc99691ffe5107e1c25807cb
kconfig: fix make xconfig when gettext is missing

The C-based config programs are properly guarded from a missing (or,
currently, external) libintl.h by the HOST_EXTRACFLAGS check, but
this does not help the C++-based qconf.

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/Makefile