fix one more build break due DSO (now gcov-related).

SVN revision: 82997
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-18 19:44:19 +00:00
parent 68610d3d28
commit 7a60e815e2
1 changed files with 1 additions and 1 deletions

View File

@ -1539,7 +1539,7 @@ if test "x${want_evas_cserve2}" = "xyes"; then
want_evas_cserve2="no"
else
EFL_CHECK_FUNC([EVAS_CSERVE2_SLAVE], [shm_open])
EVAS_CSERVE2_SLAVE_LIBS="${requirements_libs_evas_cserve2_slave}"
EVAS_CSERVE2_SLAVE_LIBS="${EFL_COV_LIBS} ${EFL_LIBS} ${requirements_libs_evas_cserve2_slave}"
AC_SUBST([EVAS_CSERVE2_SLAVE_LIBS])
fi
fi