From b4f2dc2b6470b46c6eed521dd1632f48c1f43afd Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 2 Nov 2013 11:01:44 +0100 Subject: Add --enable-ia2 configuration option Change-Id: I950c47bd95d5bb4aacf9e584c8e2eeef461af71f --- config_host.mk.in | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 config_host.mk.in (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in old mode 100644 new mode 100755 index 42bc0023de9c..dc1b454192b6 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -123,6 +123,7 @@ export ENABLE_GNOMEVFS=@ENABLE_GNOMEVFS@ export ENABLE_GRAPHITE=@ENABLE_GRAPHITE@ export ENABLE_ORCUS=@ENABLE_ORCUS@ export ENABLE_HARFBUZZ=@ENABLE_HARFBUZZ@ +export ENABLE_IA2=@ENABLE_IA2@ export ENABLE_GSTREAMER=@ENABLE_GSTREAMER@ export ENABLE_GSTREAMER_0_10=@ENABLE_GSTREAMER_0_10@ export ENABLE_GTK3=@ENABLE_GTK3@ -- cgit