From aa06c975904cf3bb963cced2a1cb889530e7307b Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 10 Oct 2012 20:57:53 +0000 Subject: [PATCH] efl: simplify thread summary SVN revision: 77811 --- configure.ac | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index a2ec9291bd..d70b513c01 100644 --- a/configure.ac +++ b/configure.ac @@ -864,19 +864,13 @@ echo "Configuration Options Summary:" echo echo " OS...................: ${host_os}" echo " Build Profile........: ${build_profile}" +echo " Threads Type.........: ${efl_have_threads} (spinlocks: ${efl_have_posix_threads_spinlock})" echo " Cryptographic System.: ${build_crypto}" if test "x${have_windows}" = "xyes" ; then echo " Windows version......: ${_efl_windows_version}" fi echo " Documentation........: ${build_doc}" echo -echo "Eina" -echo -echo " Thread Support.......: ${efl_have_threads}" -if test "${efl_have_threads}" = "POSIX" ; then -echo " spinlock...........: ${efl_have_posix_threads_spinlock}" -fi -echo echo "Compilation............: make (or gmake)" echo " CPPFLAGS.............: $CPPFLAGS" echo " CFLAGS...............: $CFLAGS"