summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@samsung.com>2015-01-26 15:49:00 +0100
committerCedric BAIL <cedric@osg.samsung.com>2015-02-16 14:47:48 +0100
commit807edb8c128c6bf4af4424ec048513ffd91d18c5 (patch)
tree41d2a94ff05777cc344cdd5c86108955eb8874a7
parent8bfe94dc1120ca63a81d1a5d2900b21bd2c117a5 (diff)
downloadefl-807edb8c128c6bf4af4424ec048513ffd91d18c5.tar.gz
emile: with Emile and as long as you don't use any cipher, it will be just fine.
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index c429510d24..b7bef6cfdc 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([], [:],
@@ -4702,7 +4701,6 @@ if test "x${have_systemd_pkg}" = "xyes" -a "x${want_systemd}" = "xno"; then
echo " || ||"
fi
-
if test -n "$CFOPT_WARNING"; then
echo "_____________________________________________________________________"
echo ""
@@ -4730,17 +4728,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"