summaryrefslogtreecommitdiff
path: root/indra/llcommon/llpreprocessor.h
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2007-03-02 19:11:06 +0000
committerSteven Bennetts <steve@lindenlab.com>2007-03-02 19:11:06 +0000
commitd4462963c6ba5db2088723bbedc7b60f1184c594 (patch)
tree34aaba4b31f93388b0ce3b2b36e9c49823bec2cf /indra/llcommon/llpreprocessor.h
parentb53c377727d216cb277ba14ba4c73b9b9bb96b32 (diff)
merge -r 58503:58641 maintenance -> release
Diffstat (limited to 'indra/llcommon/llpreprocessor.h')
-rw-r--r--indra/llcommon/llpreprocessor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcommon/llpreprocessor.h b/indra/llcommon/llpreprocessor.h
index f86a9b5a9e..f4e24025d5 100644
--- a/indra/llcommon/llpreprocessor.h
+++ b/indra/llcommon/llpreprocessor.h
@@ -32,7 +32,9 @@
#define LL_LIBXUL_ENABLED 1
#elif LL_LINUX
#define LL_QUICKTIME_ENABLED 0
- #define LL_LIBXUL_ENABLED 1
+ #ifndef LL_LIBXUL_ENABLED
+ #define LL_LIBXUL_ENABLED 1
+ #endif // def LL_LIBXUL_ENABLED
#endif
#if LL_LIBXUL_ENABLED && !defined(MOZILLA_INTERNAL_API)