From 8efd3f8f43b7ecaeee545fc20e8eb0765d4c77d7 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 27 Dec 2011 15:02:31 -0600 Subject: typos in config_host.mk.in --- config_host.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config_host.mk.in') 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@" -- cgit