follow vtorri's advice and mark txt and config as deprecated in the summary

SVN revision: 46542
This commit is contained in:
Gustavo Sverzut Barbieri 2010-02-27 00:33:19 +00:00
parent 456f222a0f
commit 9436429a09
1 changed files with 2 additions and 4 deletions

View File

@ -195,7 +195,6 @@ case "$host_os" in
want_openssl="auto"
want_ecore_con="yes"
want_ecore_ipc="yes"
want_ecore_config="no"
want_ecore_imf="yes"
want_ecore_quartz="yes"
want_ecore_evas_quartz="yes"
@ -214,7 +213,6 @@ case "$host_os" in
want_tslib="yes"
want_ecore_con="yes"
want_ecore_ipc="yes"
want_ecore_config="no"
want_ecore_imf="yes"
want_ecore_x="yes"
want_ecore_evas_software_x11="yes"
@ -1417,7 +1415,7 @@ echo " Ecore........................: always"
echo " Thread support.............: $have_pthread"
echo " GLib support...............: $have_glib"
echo " Ecore_Data...................: $have_ecore_data"
echo " Ecore_Txt....................: $have_ecore_txt"
echo " Ecore_Txt....................: $have_ecore_txt (deprecated)"
echo " Ecore_Con....................: $have_ecore_con"
if test "x$have_ecore_con" = "xyes" ; then
echo $ECHO_N " OpenSSL....................: $have_openssl $ECHO_C"
@ -1448,7 +1446,7 @@ if test "x$have_ecore_file" = "xyes" ; then
echo " Poll.......................: $have_poll"
echo " CURL.......................: $have_curl"
fi
echo " Ecore_Config.................: $have_ecore_config"
echo " Ecore_Config.................: $have_ecore_config (deprecated)"
echo " Ecore_IMF....................: $have_ecore_imf"
echo " Ecore_IMF_Evas...............: $have_ecore_imf_evas"
echo " Ecore_Input..................: $have_ecore_input"