autotools: fix configure step for non-linux platforms

This commit is contained in:
Jean Guyomarc'h 2016-11-20 14:04:54 +01:00
parent 18d27683fa
commit b860c6f18a
1 changed files with 1 additions and 1 deletions

View File

@ -3044,7 +3044,7 @@ AC_DEFINE_IF([HAVE_ABSTRACT_SOCKETS],
[test "x${want_ecore_con_abstract_sockets}" = "xyes"],
[1], [Have abstract sockets namespace])
efl_net_control_backend=none
EFL_NET_CONTROL_BACKEND=none
if test "${have_linux}" = "yes"; then
EFL_NET_CONTROL_BACKEND=connman
fi