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 /config_host.mk.in | |
parent | 71907bb06ae6fc3c0ea1485b6ed0efaed196a57a (diff) |
Use <config_features.h> instead of -DDISABLE_EXTENSIONS
Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 8457cb3fbc55..83aad6088bf0 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -96,7 +96,6 @@ export DISABLE_CVE_TESTS=@DISABLE_CVE_TESTS@ export DISABLE_DBCONNECTIVITY=@DISABLE_DBCONNECTIVITY@ export DISABLE_DYNLOADING=@DISABLE_DYNLOADING@ export DISABLE_EXPORT=@DISABLE_EXPORT@ -export DISABLE_EXTENSIONS=@DISABLE_EXTENSIONS@ export DISABLE_LINKOO=@DISABLE_LINKOO@ export DISABLE_NEON=@DISABLE_NEON@ export DISABLE_PYTHON=@DISABLE_PYTHON@ |