From 2def8f1f1eb5b8d38cd887a1f488e7a499d549b4 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 6 Dec 2012 02:39:01 +0000 Subject: [PATCH] efl: now that we have a global SSL/Crypto flags, don't advertise per lib result. SVN revision: 80295 --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 18a19dbaa6..0a6ae716eb 100644 --- a/configure.ac +++ b/configure.ac @@ -4137,7 +4137,6 @@ echo " Gathering timer allocation.: $want_ecore_timer_dump" echo echo "Ecore_Con:" -echo " TLS........................: $with_crypto" echo " IPv6.......................: $have_ipv6" echo " CURL.......................: $have_curl" echo " Local Sockets..............: $want_ecore_con_local_sockets" @@ -4153,10 +4152,6 @@ echo " Resolver...................: fork" fi echo -echo "Ecore_Ipc:" -echo " TLS........................: $with_crypto" -echo - echo "Ecore_File:" echo " Inotify....................: $have_inotify" echo " Windows notification.......: $have_notify_win32"