From 505383ec905863bb8f4f563f694b9bf077f9002c Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 27 Apr 2011 11:35:20 +0200 Subject: Disable libcrypto code --- configure.ac | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index d71578ddb..ba1c03bdd 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,6 @@ WITH_SELINUX WITH_NSCD WITH_SEMANAGE WITH_LIBNL -WITH_CRYPTO m4_include([src/external/pkg.m4]) m4_include([src/external/libpopt.m4]) @@ -176,14 +175,8 @@ if test x$HAVE_SYSTEMD_UNIT != x; then AM_CHECK_SYSTEMD fi -if test x$cryptolib = xnss; then - AM_CHECK_NSS -fi -if test x$cryptolib = xlibcrypto; then - AM_CHECK_LIBCRYPTO - AC_MSG_WARN([libcrypto back end does not implement all the crypto features, \ -notably password obfuscation. Using the NSS backend is recommended.]) -fi +AM_CHECK_NSS +AM_CONDITIONAL([HAVE_NSS], [test x"$NSS_CFLAGS" != x]) AC_CHECK_HEADERS([sys/inotify.h]) -- cgit