diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-27 15:02:31 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-27 15:02:31 -0600 |
commit | 8efd3f8f43b7ecaeee545fc20e8eb0765d4c77d7 (patch) | |
tree | 1b4690c11fa7a92b3854618de7b5dcdb4aa27d56 /config_host.mk.in | |
parent | f29c4dca4a451d28d5fef06c966725636e542eeb (diff) |
typos in config_host.mk.in
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 49678d3b0cf6..494ed92407da 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -25,11 +25,11 @@ export ENABLE_LOCKDOWN="@ENABLE_LOCKDOWN@" export ENABLE_LOMENUBAR="@ENABLE_LOMENUBAR@" export ENABLE_LTO="@ENABLE_LTO@" export ENABLE_MEDIAWIKI="@ENABLE_MEDIAWIKI@" -export ENABLE_MINIMIZER="@ENABLE_MINIMIZER@@" +export ENABLE_MINIMIZER="@ENABLE_MINIMIZER@" export ENABLE_MYSQLC="@ENABLE_MYSQLC@" export ENABLE_NSPLUGIN="@ENABLE_NSPLUGIN@" export ENABLE_ONLINE_UPDATE="@ENABLE_ONLINE_UPDATE@" -export ENABLE_OPENGL="@ENABLE_OPENGL@@" +export ENABLE_OPENGL="@ENABLE_OPENGL@" export ENABLE_OXYGENOFFICE="@ENABLE_OXYGENOFFICE@" export ENABLE_PDFIMPORT="@ENABLE_PDFIMPORT@" export ENABLE_PRESENTER_SCREEN="@ENABLE_PRESENTER_SCREEN@" |