]> granicus.if.org Git - mutt/commitdiff
Make sure --disable-nls works. (EGE)
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 14 Jun 2000 08:37:03 +0000 (08:37 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 14 Jun 2000 08:37:03 +0000 (08:37 +0000)
gettext.c

index a881ba8f0fc1cf6b435abb280d6dd828009e638c..09cdef5848d739411e6e9aa94299de68e213cfce 100644 (file)
--- 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 */