* config.h.in [GRUB_BUILD]: Explicitly undefine ENABLE_NLS.
This commit is contained in:
parent
5dd5e64b71
commit
489724952c
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2013-08-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/getroot.c (grub_find_device): Use cygwin_conv_path ratherthan
|
* util/getroot.c (grub_find_device): Use cygwin_conv_path ratherthan
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#define BOOT_TIME_STATS @BOOT_TIME_STATS@
|
#define BOOT_TIME_STATS @BOOT_TIME_STATS@
|
||||||
|
|
||||||
#if defined (GRUB_BUILD)
|
#if defined (GRUB_BUILD)
|
||||||
|
#undef ENABLE_NLS
|
||||||
#define BUILD_SIZEOF_LONG @BUILD_SIZEOF_LONG@
|
#define BUILD_SIZEOF_LONG @BUILD_SIZEOF_LONG@
|
||||||
#define BUILD_SIZEOF_VOID_P @BUILD_SIZEOF_VOID_P@
|
#define BUILD_SIZEOF_VOID_P @BUILD_SIZEOF_VOID_P@
|
||||||
#if defined __APPLE__
|
#if defined __APPLE__
|
||||||
|
|
Loading…
Reference in a new issue