efl: do not report specific functions in the summary.

iconv, dirfd, xattr can be checked in the whole configure output,
config.h or config.log.



SVN revision: 77795
This commit is contained in:
Gustavo Sverzut Barbieri 2012-10-10 20:09:43 +00:00
parent 5512dc3fb9
commit a3d116ab37
1 changed files with 0 additions and 4 deletions

View File

@ -878,10 +878,6 @@ echo " spinlock...........: ${efl_have_posix_threads_spinlock}"
echo " debug usage........: ${efl_have_debug_threads}"
echo " on/off support.....: ${efl_have_on_off_threads}"
fi
echo " Iconv support........: ${efl_func_iconv}"
echo " File dirfd...........: ${efl_func_dirfd}"
echo " File xattr...........: ${efl_func_setxattr}"
echo " shm_open.............: ${efl_func_shm_open}"
echo
echo "Compilation............: make (or gmake)"
echo " CPPFLAGS.............: $CPPFLAGS"