From bf01e8179cbb2be476805340636098deda7e1366 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 8 May 2015 09:02:26 +0200 Subject: certs: add PEM/DER conversion utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to https://fedorahosted.org/sssd/ticket/2596 Reviewed-by: Pavel Březina --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 339dd8b68..29bedf74d 100644 --- a/configure.ac +++ b/configure.ac @@ -340,9 +340,8 @@ fi if test x$cryptolib = xnss; then AM_CHECK_NSS fi -if test x$cryptolib = xlibcrypto; then - AM_CHECK_LIBCRYPTO -fi + +AM_CHECK_LIBCRYPTO AM_CHECK_INOTIFY -- cgit