Remove a bogus AC_MSG_RESULT

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2069 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-07-05 17:23:19 +00:00
parent dabbf886d6
commit e1d214bf03
2 changed files with 0 additions and 5 deletions
Vendored
-4
View File
@@ -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
-1
View File
@@ -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 )