efl: now that we have a global SSL/Crypto flags, don't advertise per lib result.
authorCedric BAIL <cedric.bail@free.fr>
Thu, 6 Dec 2012 02:39:01 +0000 (02:39 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Thu, 6 Dec 2012 02:39:01 +0000 (02:39 +0000)
SVN revision: 80295

configure.ac

index 18a19db..0a6ae71 100644 (file)
@@ -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"