git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@37931
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
fi
echo " GnuTLS.....................: $have_gnutls"
echo " CURL.......................: $have_curl"
+ echo " Abstract Sockets...........: $want_abstract_sockets"
fi
echo " Ecore_Ipc....................: $have_ecore_ipc"
if test "x$have_ecore_con" = "xyes" ; then
socket_unix.sun_family = AF_UNIX;
if (type == ECORE_CON_LOCAL_ABSTRACT)
{
-#ifdef HAVE_ABSTRACT_SOCKET
+#ifdef HAVE_ABSTRACT_SOCKETS
/* . is a placeholder */
snprintf(socket_unix.sun_path, sizeof(socket_unix.sun_path), ".%s", name);
/* first char null indicates abstract namespace */