From f84d37e9f0b6d3bb15d59c9bd3b4816243aad71c Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 4 Mar 2010 08:21:21 +0000 Subject: [PATCH] no need to set want_ecore_con to yes for darwin and generic OS SVN revision: 46864 --- legacy/ecore/configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 2873e18985..3bd6f10289 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -195,7 +195,6 @@ case "$host_os" in want_glib="auto" want_gnutls="auto" want_openssl="auto" - want_ecore_con="yes" want_ecore_ipc="yes" want_ecore_imf="yes" want_ecore_quartz="yes" @@ -213,7 +212,6 @@ case "$host_os" in want_signature="yes" want_inotify="yes" want_tslib="yes" - want_ecore_con="yes" want_ecore_ipc="yes" want_ecore_imf="yes" want_ecore_x="yes"