From: englebass Date: Mon, 15 Feb 2010 19:55:46 +0000 (+0000) Subject: Disable ecore_txt by default X-Git-Tag: build/2012-07-04.173327~2197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af0641c45dd4be01e8998635b74ea99c98ce5cce;p=profile%2Fivi%2Fecore.git Disable ecore_txt by default git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46194 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index f8098f1..e50f71d 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,7 @@ want_tslib="no" want_glib="no" # core modules -want_ecore_txt="yes" +want_ecore_txt="no" want_ecore_con="no" want_ecore_ipc="no" want_ecore_file="yes"