diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 428238ed69..db9b2c142e 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -113,8 +113,8 @@ want_glib="no" # core modules want_ecore_data="yes" -want_ecore_txt="yes" -want_ecore_con="no" +want_ecore_txt="no" +want_ecore_con="yes" want_ecore_ipc="no" want_ecore_file="yes" want_ecore_config="no" @@ -195,7 +195,7 @@ case "$host_os" in want_openssl="auto" want_ecore_con="yes" want_ecore_ipc="yes" - want_ecore_config="yes" + want_ecore_config="no" want_ecore_imf="yes" want_ecore_quartz="yes" want_ecore_evas_quartz="yes" @@ -214,7 +214,7 @@ case "$host_os" in want_tslib="yes" want_ecore_con="yes" want_ecore_ipc="yes" - want_ecore_config="yes" + want_ecore_config="no" want_ecore_imf="yes" want_ecore_x="yes" want_ecore_evas_software_x11="yes"