From 76566f88d9984cc870aa6ccb4eca64ef43ff40d2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 16 May 2008 14:32:58 +0000 Subject: simplify library autoconfigure --- auto/summary | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'auto/summary') diff --git a/auto/summary b/auto/summary index a8ed45446..bcb8bcd12 100644 --- a/auto/summary +++ b/auto/summary @@ -51,26 +51,14 @@ case $OPENSSL in esac case $MD5 in - YES) - case $OPENSSL in - NONE|NO) echo " + md5: using system $MD5_LIB library" ;; - *) echo " + md5: using OpenSSL library" ;; - esac - ;; - + YES) echo " + md5: using $MD5_LIB library" ;; NONE) echo " + md5 library is not used" ;; NO) echo " + md5 library is not found" ;; *) echo " + using md5 library: $MD5" ;; esac case $SHA1 in - YES) - case $OPENSSL in - NONE|NO) echo " + sha1: using system $SHA1_LIB library" ;; - *) echo " + sha1: using OpenSSL library" ;; - esac - ;; - + YES) echo " + sha1: using $SHA1_LIB library" ;; NONE) echo " + sha1 library is not used" ;; NO) echo " + sha1 library is not found" ;; *) echo " + using sha1 library: $SHA1" ;; -- cgit