ENABLE_GETTEXT is already defined on the command line if enabled, no need to duplicate it in platform_defs.h.in. Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- include/platform_defs.h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in index 1f7ceafb..6cc56e31 100644 --- a/include/platform_defs.h.in +++ b/include/platform_defs.h.in @@ -36,8 +36,6 @@ typedef struct filldir filldir_t; typedef unsigned short umode_t; #endif -/* Define if you want gettext (I18N) support */ -#undef ENABLE_GETTEXT #ifdef ENABLE_GETTEXT # include <libintl.h> # define _(x) gettext(x) -- 2.24.1