autotools: abstract sockets are supported by Darwin
authorJean Guyomarc'h <jean.guyomarch@gmail.com>
Mon, 8 Sep 2014 08:55:49 +0000 (10:55 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 8 Sep 2014 08:55:50 +0000 (10:55 +0200)
Reviewers: raster, raoulh, cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1416

configure.ac

index b04f85b..950235d 100644 (file)
@@ -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"