diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-27 12:56:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-27 13:02:22 +0200 |
commit | ab7ac5884c5a824999b58d2a800cae64cb8e359a (patch) | |
tree | 868891d9f5678e6df6a6f527541d0d933c69a98f /solenv/gbuild | |
parent | 71907bb06ae6fc3c0ea1485b6ed0efaed196a57a (diff) |
Use <config_features.h> instead of -DDISABLE_EXTENSIONS
Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 5a4161e5abcb..3cc234ebca48 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -271,7 +271,6 @@ gb_GLOBALDEFS += \ DISABLE_DBCONNECTIVITY \ DISABLE_DYNLOADING \ DISABLE_EXPORT \ - DISABLE_EXTENSIONS \ DISABLE_SCRIPTING \ ENABLE_MACOSX_SANDBOX \ ENABLE_READONLY_INSTALLSET \ |