diff options
author | Adam Moss <moss@lindenlab.com> | 2007-02-12 17:20:51 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2007-02-12 17:20:51 +0000 |
commit | d1daa178599ac6320be641258931417bc2dd8b0e (patch) | |
tree | 68b5481c834d10bf530b3e2c157fb7fc34d307f3 /indra/llcommon/llpreprocessor.h | |
parent | 5cc44523f79b6cf495d2649fce9bf9e5181787e8 (diff) |
Landing embedded Mozilla support for the Linux Client.
svn merge svn+ssh://svn.lindenlab.com/svn/linden/release@57782
svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/linuxmozilla-r57782base
Diffstat (limited to 'indra/llcommon/llpreprocessor.h')
-rw-r--r-- | indra/llcommon/llpreprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llpreprocessor.h b/indra/llcommon/llpreprocessor.h index 1b3bcf7919..f86a9b5a9e 100644 --- a/indra/llcommon/llpreprocessor.h +++ b/indra/llcommon/llpreprocessor.h @@ -32,7 +32,7 @@ #define LL_LIBXUL_ENABLED 1 #elif LL_LINUX #define LL_QUICKTIME_ENABLED 0 - #define LL_LIBXUL_ENABLED 0 + #define LL_LIBXUL_ENABLED 1 #endif #if LL_LIBXUL_ENABLED && !defined(MOZILLA_INTERNAL_API) |