diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-27 06:21:06 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-27 06:21:06 -0600 |
commit | 3678d3ec5af47ed3797e5c983dacb9b6722011b0 (patch) | |
tree | f81b517eb8602cdf8f9e734e509994a478b42d09 /config_host.mk.in | |
parent | 073b50b11ec2f817e2500407019a8a06ee13e2a2 (diff) |
typo in ENABLE_NSPLUGIN migration
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 383118a1fe46..49678d3b0cf6 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -27,7 +27,7 @@ export ENABLE_LTO="@ENABLE_LTO@" export ENABLE_MEDIAWIKI="@ENABLE_MEDIAWIKI@" export ENABLE_MINIMIZER="@ENABLE_MINIMIZER@@" export ENABLE_MYSQLC="@ENABLE_MYSQLC@" -export ENABLE_NSPLUGIN="@ENABLE_NSPLUGIN@@" +export ENABLE_NSPLUGIN="@ENABLE_NSPLUGIN@" export ENABLE_ONLINE_UPDATE="@ENABLE_ONLINE_UPDATE@" export ENABLE_OPENGL="@ENABLE_OPENGL@@" export ENABLE_OXYGENOFFICE="@ENABLE_OXYGENOFFICE@" |