From e6183a9b06476f76e320e7d86e03847a40e21281 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 29 Sep 2011 21:05:39 +0000 Subject: [PATCH] Ecore-con: Use want_ecore_con_*_sockets instead of want_*_sockets in the configure output SVN revision: 63684 --- legacy/ecore/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 49e881f877..9274c46461 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -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