]> asedeno.scripts.mit.edu Git - linux.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)
commitd0fd0428ecf04b6e0975f91a1a344cc31ce40b8f
treec59605206536702a625913d4fb0b9439861e2590
parentb53688014e33256d4e3c08e89e563974dca98a98
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