summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-27 12:56:59 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-27 13:02:22 +0200
commitab7ac5884c5a824999b58d2a800cae64cb8e359a (patch)
tree868891d9f5678e6df6a6f527541d0d933c69a98f /desktop/source/app/app.cxx
parent71907bb06ae6fc3c0ea1485b6ed0efaed196a57a (diff)
Use <config_features.h> instead of -DDISABLE_EXTENSIONS
Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 1f57c2e41455..e9301bf6f9ec 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1541,7 +1541,7 @@ int Desktop::Main()
*/
Application::GetDefaultDevice();
-#ifndef DISABLE_EXTENSIONS
+#if HAVE_FEATURE_EXTENSIONS
// Check if bundled or shared extensions were added /removed
// and process those extensions (has to be done before checking
// the extension dependencies!