remove debugging cruft

This commit is contained in:
kytv
2014-05-09 10:33:01 +00:00
parent b9e9c07d95
commit 292b0a81c0

View File

@ -30,7 +30,7 @@ else
OPENSSL_BIN="openssl" OPENSSL_BIN="openssl"
fi fi
if check_for_prog certtool1; then if check_for_prog certtool; then
CERTTOOL=1 CERTTOOL=1
echo "-- Checking certificates with GnuTLS --" echo "-- Checking certificates with GnuTLS --"
elif check_for_prog openssl; then elif check_for_prog openssl; then