From 6a5d12bd2a817ff225f00e1bcd0c4e7cc7f0f75f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 17 Feb 2010 05:02:40 +0000 Subject: [PATCH] keep building ecore_txt for now - breaks packaging and more with no warning. SVN revision: 46236 --- 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 0de4e51e98..d34bd1d329 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -97,7 +97,7 @@ want_glib="no" # core modules want_ecore_data="yes" -want_ecore_txt="no" +want_ecore_txt="yes" want_ecore_con="no" want_ecore_ipc="no" want_ecore_file="yes"