From 31a3a5afff5f042d3fd96359ba84e1c0c4c4c33e Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 17 Mar 2015 08:50:08 +0100 Subject: [PATCH] emile: with Emile and as long as you don't use any cipher, it will be just fine. --- configure.ac | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/configure.ac b/configure.ac index 5fb04641e0..d065a2c942 100644 --- a/configure.ac +++ b/configure.ac @@ -343,7 +343,6 @@ AM_CONDITIONAL([EFL_ENABLE_TESTS], [test "${want_tests}" = "yes"]) # check for crypto/tls library to use case "$build_crypto" in gnutls) - CFOPT_WARNING="xyes" EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.12.16]) AM_PATH_LIBGCRYPT([], [:], @@ -4741,7 +4740,6 @@ if test "x${have_systemd_pkg}" = "xyes" -a "x${want_systemd}" = "xno"; then echo " || ||" fi - if test -n "$CFOPT_WARNING"; then echo "_____________________________________________________________________" echo "" @@ -4769,17 +4767,6 @@ if test -n "$CFOPT_WARNING"; then echo "configure." echo "_____________________________________________________________________" fi - if test "x${build_crypto}" = "xgnutls"; then - echo "_____________________________________________________________________" - echo "You have chosen gnutls as the crypto back-end. This will have some" - echo "side-effects that can break set-uid root binaries that happen to" - echo "link to and/or use EFL. These do actually exist. Gnutls will drop" - echo "root privs if it detects being setuid, thus breaking these tools" - echo "and their functionality. Only enable gnutls if you REALLY know" - echo "what you are doing and are willing to live with broken " - echo "functionality." - echo "_____________________________________________________________________" - fi if test "x${want_physics}" = "xno"; then echo "_____________________________________________________________________" echo "You have chosen to disable physics support. This disables lots of"