emile: with Emile and as long as you don't use any cipher, it will be just fine.
authorCedric BAIL <cedric.bail@samsung.com>
Tue, 17 Mar 2015 07:50:08 +0000 (08:50 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 17 Mar 2015 08:58:18 +0000 (09:58 +0100)
configure.ac

index 5fb04641e0adf03bfebd5b763982275c5bd76da6..d065a2c942a6d7889b2667643f3cd914b3902e12 100644 (file)
@@ -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"