(trunk) #3949 "Add --enable-lightweight argument to configure" -- fixed.

TR_EMBEDDED has been around for awhile, but few (any?) repackagers are aware of it. If it was "advertised" through a configure-time argument, and in the status messages at the end of the configure script, more repackagers would be aware of it.
This commit is contained in:
Jordan Lee
2011-01-27 03:53:02 +00:00
parent 12400fd407
commit 5d15ee8439
4 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ const char * tr_strip_positional_args( const char * fmt );
/* #define DISABLE_GETTEXT */
#ifndef DISABLE_GETTEXT
#if defined(WIN32) || defined(TR_EMBEDDED)
#if defined(WIN32) || defined(TR_LIGHTWEIGHT)
#define DISABLE_GETTEXT
#endif
#endif