* config.h.in [GRUB_BUILD]: Explicitly undefine ENABLE_NLS.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-23 08:55:20 +02:00
parent 5dd5e64b71
commit 489724952c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-08-23 Vladimir Serbinenko <phcoder@gmail.com>
* config.h.in [GRUB_BUILD]: Explicitly undefine ENABLE_NLS.
2013-08-23 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c (grub_find_device): Use cygwin_conv_path ratherthan

View File

@ -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__