diff --git a/configure b/configure index c8f70465..aa89244a 100755 --- a/configure +++ b/configure @@ -3365,8 +3365,6 @@ fi echo "$openssl_PKG_ERRORS" >&5 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } # Don't reorder this! # On some arches libssl depends on libcrypto without linking to it :( { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BIO_new in -lcrypto" >&5 @@ -3468,8 +3466,6 @@ elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } # Don't reorder this! # On some arches libssl depends on libcrypto without linking to it :( { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BIO_new in -lcrypto" >&5 diff --git a/configure.in b/configure.in index cc376e5f..87e7fc19 100644 --- a/configure.in +++ b/configure.in @@ -197,7 +197,6 @@ if test "x$SSL" != "xno"; then appendLib "$openssl_LIBS" appendCXX "$openssl_CFLAGS" ], [ - AC_MSG_RESULT([no]) # Don't reorder this! # On some arches libssl depends on libcrypto without linking to it :( AC_CHECK_LIB( crypto, BIO_new,, SSL=no )