On Wed, 24 Mar 2010, Renato Botelho wrote: > > diff --git a/src/wconfig.h.in b/src/wconfig.h.in > > index 1a3bd11..06d9153 100644 > > --- a/src/wconfig.h.in > > +++ b/src/wconfig.h.in > > @@ -413,6 +413,7 @@ > > #include <libintl.h> > > #define _(text) gettext(text) > > #else > > +#define gettext(text) (text) > > #define _(text) (text) > > #endif > > Functions are defined when necessary on src/wconfig.h, > the patch i've sent on another email did the trick here.
yah, i just wanted a quick justification, but you beat me with the whole thing instead ;) -- [-] mkdir /nonexistent -- To unsubscribe, send mail to [email protected].
