# 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([], [:],
echo " || ||"
fi
-
if test -n "$CFOPT_WARNING"; then
echo "_____________________________________________________________________"
echo ""
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"