Ecore-con: Use want_ecore_con_*_sockets instead of want_*_sockets in the configure output

SVN revision: 63684
This commit is contained in:
Youness Alaoui 2011-09-29 21:05:39 +00:00
parent 0618b78f1e
commit e6183a9b06
1 changed files with 3 additions and 3 deletions

View File

@ -1802,9 +1802,9 @@ else
fi
echo " GnuTLS.....................: $have_gnutls"
echo " CURL.......................: $have_curl"
echo " Local Sockets..............: $want_local_sockets"
if test "x$want_local_sockets" = "xyes" ; then
echo " Abstract Sockets.........: $want_abstract_sockets"
echo " Local Sockets..............: $want_ecore_con_local_sockets"
if test "x$want_ecore_con_local_sockets" = "xyes" ; then
echo " Abstract Sockets.........: $want_ecore_con_abstract_sockets"
fi
echo " c-ares.....................: $have_cares"
fi