From 75fd5850f3b928eb8e0d2d2577f3755730099931 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Mon, 8 Sep 2014 10:55:49 +0200 Subject: [PATCH] autotools: abstract sockets are supported by Darwin Reviewers: raster, raoulh, cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1416 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b04f85b..950235d 100644 --- a/configure.ac +++ b/configure.ac @@ -2433,7 +2433,7 @@ if test "${have_win32}" = "yes"; then want_ecore_con_abstract_sockets="no" elif test "${have_darwin}" = "yes"; then want_cares="no" - want_ecore_con_abstract_sockets="no" + want_ecore_con_abstract_sockets="yes" elif test "${have_ps3}" = "yes"; then want_cares="no" want_ecore_con_local_sockets="no" -- 2.7.4