diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 20:09:43 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-10-10 20:09:43 +0000 |
commit | a3d116ab37d8c0e611ae799c21b75965ea8c0416 (patch) | |
tree | 45fdecdc20c58b53d74abc071d1eafef1bed528b | |
parent | 5512dc3fb98b3269624549ba7ad52b74e52b2987 (diff) |
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
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 9092fa5844..f3130f8a48 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -878,10 +878,6 @@ echo " spinlock...........: ${efl_have_posix_threads_spinlock}" | |||
878 | echo " debug usage........: ${efl_have_debug_threads}" | 878 | echo " debug usage........: ${efl_have_debug_threads}" |
879 | echo " on/off support.....: ${efl_have_on_off_threads}" | 879 | echo " on/off support.....: ${efl_have_on_off_threads}" |
880 | fi | 880 | fi |
881 | echo " Iconv support........: ${efl_func_iconv}" | ||
882 | echo " File dirfd...........: ${efl_func_dirfd}" | ||
883 | echo " File xattr...........: ${efl_func_setxattr}" | ||
884 | echo " shm_open.............: ${efl_func_shm_open}" | ||
885 | echo | 881 | echo |
886 | echo "Compilation............: make (or gmake)" | 882 | echo "Compilation............: make (or gmake)" |
887 | echo " CPPFLAGS.............: $CPPFLAGS" | 883 | echo " CPPFLAGS.............: $CPPFLAGS" |