autotools: abstract sockets are supported by Darwin

Reviewers: raster, raoulh, cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1416
This commit is contained in:
Jean Guyomarc'h 2014-09-08 10:55:49 +02:00 committed by Stefan Schmidt
parent 56bad2beb0
commit 75fd5850f3
1 changed files with 1 additions and 1 deletions

View 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"