From 37f75a7ef1e5ef93b4bd7b4b76199e8478a9a401 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Mon, 15 Feb 2010 19:55:46 +0000 Subject: [PATCH] Disable ecore_txt by default SVN revision: 46194 --- legacy/ecore/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index f8098f1828..e50f71d5cc 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/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"