commit | d0fd0428ecf04b6e0975f91a1a344cc31ce40b8f | [log] [tgz] |
---|---|---|
author | Yaakov Selkowitz <yselkowi@redhat.com> | Tue Jan 16 14:44:45 2018 -0600 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jan 22 03:30:09 2018 +0900 |
tree | c59605206536702a625913d4fb0b9439861e2590 | |
parent | b53688014e33256d4e3c08e89e563974dca98a98 [diff] |
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>