diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/obstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/obstack.c b/malloc/obstack.c index 7b1206c13f..0244da3839 100644 --- a/malloc/obstack.c +++ b/malloc/obstack.c @@ -459,7 +459,7 @@ _obstack_memory_used (h) /* Define the error handler. */ # ifndef _ -# if defined HAVE_LIBINTL_H || defined _LIBC +# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC # include <libintl.h> # ifndef _ # define _(Str) gettext (Str) |