stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=75fd5850f3b928eb8e0d2d2577f3755730099931

commit 75fd5850f3b928eb8e0d2d2577f3755730099931
Author: Jean Guyomarc'h <[email protected]>
Date:   Mon Sep 8 10:55:49 2014 +0200

    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"

-- 


Reply via email to