]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: default to avoiding openssl system libraries
authorPádraig Brady <P@draigBrady.com>
Thu, 12 Dec 2013 15:22:10 +0000 (15:22 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 13 Dec 2013 02:28:11 +0000 (02:28 +0000)
* configure.ac: Don't change the gnulib default of 'no' for
whether to link with openssl system libraries if available.
Distributions can explicitly enable this as their policy allows.
* NEWS: Adjust accordingly.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 87fd27daef8a29d543e89bdfce36c116d83fd0e7..2fe8d4353090c85c827859ee06068d360c2b1fd2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -117,8 +117,8 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   base64 encoding throughput for bulk data is increased by about 60%.
 
-  md5sum uses libcrypto hash routines where available to potentially
-  get better performance through using more system specific code.
+  md5sum can use libcrypto hash routines where allowed to potentially
+  get better performance through using more system specific logic.
   sha1sum for example has improved throughput by 40% on an i3-2310M.
   This also affects sha1sum, sha224sum, sha256sum, sha384sum and sha512sum.
 
index 4a7fa9e2799df76d1d7acec3b9ec382316d0a37b..8a3ac48a01d9149cfae12d11d9a857640c26a3f1 100644 (file)
@@ -50,9 +50,6 @@ m4_syscmd([test "${GNULIB_POSIXCHECK+set}" = set])
 m4_if(m4_sysval, [0], [], [dnl
 gl_ASSERT_NO_GNULIB_POSIXCHECK])
 
-dnl Enable use of libcrypto if available, and warn if not found
-gl_SET_CRYPTO_CHECK_DEFAULT([optional])
-
 AC_PROG_CC_STDC
 AM_PROG_CC_C_O
 AC_PROG_CPP