mirror of
https://github.com/znc/znc.git
synced 2026-06-28 05:51:50 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user