diff options
Diffstat (limited to 'lib/gettext.h')
| -rw-r--r-- | lib/gettext.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/gettext.h b/lib/gettext.h index 0465d7ad148..e7520af252f 100644 --- a/lib/gettext.h +++ b/lib/gettext.h | |||
| @@ -18,8 +18,9 @@ | |||
| 18 | #ifndef _LIBGETTEXT_H | 18 | #ifndef _LIBGETTEXT_H |
| 19 | #define _LIBGETTEXT_H 1 | 19 | #define _LIBGETTEXT_H 1 |
| 20 | 20 | ||
| 21 | /* NLS can be disabled through the configure --disable-nls option. */ | 21 | /* NLS can be disabled through the configure --disable-nls option |
| 22 | #if ENABLE_NLS | 22 | or through "#define ENABLE NLS 0" before including this file. */ |
| 23 | #if defined ENABLE_NLS && ENABLE_NLS | ||
| 23 | 24 | ||
| 24 | /* Get declarations of GNU message catalog functions. */ | 25 | /* Get declarations of GNU message catalog functions. */ |
| 25 | # include <libintl.h> | 26 | # include <libintl.h> |