mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user