diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-23 13:16:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-23 13:16:32 +0300 |
commit | c7cacf639d873e33cd98c56a0006d877b132341e (patch) | |
tree | 8b7025d8faf51e46b67b83eea4bcdf32e856cd2f /config_host.mk.in | |
parent | 8133dc3d9abc647f52f80199b5110bc90758217c (diff) |
Rename --enable-sal-info to --enable-sal-log
Change-Id: I896c9ac1c941b85d052fbefb902c4341664881d4
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 4de9201926fa..395274dc0a21 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -165,7 +165,7 @@ export ENABLE_RANDR=@ENABLE_RANDR@ export ENABLE_RELEASE_BUILD=@ENABLE_RELEASE_BUILD@ export ENABLE_REPORTBUILDER=@ENABLE_REPORTBUILDER@ export ENABLE_RUNTIME_OPTIMIZATIONS=@ENABLE_RUNTIME_OPTIMIZATIONS@ -export ENABLE_SAL_INFO=@ENABLE_SAL_INFO@ +export ENABLE_SAL_LOG=@ENABLE_SAL_LOG@ export ENABLE_SCRIPTING_BEANSHELL=@ENABLE_SCRIPTING_BEANSHELL@ export ENABLE_SCRIPTING_JAVASCRIPT=@ENABLE_SCRIPTING_JAVASCRIPT@ export ENABLE_SDREMOTE=@ENABLE_SDREMOTE@ |