diff --git a/src/gettext.C b/src/gettext.C index 1bed23dce0..9d17c623c5 100644 --- a/src/gettext.C +++ b/src/gettext.C @@ -3,6 +3,7 @@ #include "LString.h" #include "gettext.h" +#ifdef ENABLE_NLS char const * _(char const * str) { @@ -20,3 +21,5 @@ string const _(string const & str) delete [] tmp; return ret; } + +#endif