From: Thomas Roessler Date: Wed, 14 Jun 2000 08:37:03 +0000 (+0000) Subject: Make sure --disable-nls works. (EGE) X-Git-Tag: mutt-1-3-4-rel~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22a9b57716389d23b7ce97c4929fbcb11add4f80;p=mutt Make sure --disable-nls works. (EGE) --- diff --git a/gettext.c b/gettext.c index a881ba8f..09cdef58 100644 --- a/gettext.c +++ b/gettext.c @@ -9,6 +9,8 @@ #include "lib.h" #include "charset.h" +#ifdef ENABLE_NLS + /* * One day, gettext will return strings in the appropriate * encoding. In the meantime, we use this code to handle @@ -135,3 +137,5 @@ char *mutt_gettext (const char *message) return mp->data; } + +#endif /* ENABLE_NLS */