diff --git a/ChangeLog b/ChangeLog index f340f66e6..b57af6cd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-08-23 Vladimir Serbinenko + + * config.h.in [GRUB_BUILD]: Explicitly undefine ENABLE_NLS. + 2013-08-23 Vladimir Serbinenko * util/getroot.c (grub_find_device): Use cygwin_conv_path ratherthan diff --git a/config.h.in b/config.h.in index 9996e873b..3d2fd6778 100644 --- a/config.h.in +++ b/config.h.in @@ -11,6 +11,7 @@ #define BOOT_TIME_STATS @BOOT_TIME_STATS@ #if defined (GRUB_BUILD) +#undef ENABLE_NLS #define BUILD_SIZEOF_LONG @BUILD_SIZEOF_LONG@ #define BUILD_SIZEOF_VOID_P @BUILD_SIZEOF_VOID_P@ #if defined __APPLE__