summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-12-12 15:22:10 +0000
committerPádraig Brady <P@draigBrady.com>2013-12-13 02:28:11 +0000
commitcbdb4d77d9984a22505a36f6d9b3a42423cbdd1f (patch)
tree8a5fb4c8e2487e0bb8c5f5cd9aec9afe9e4bc613 /configure.ac
parentbf52066b96257ba61c74776174ae5671b7c68cb3 (diff)
downloadcoreutils-cbdb4d77d9984a22505a36f6d9b3a42423cbdd1f.tar.xz
build: default to avoiding openssl system libraries
* 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4a7fa9e27..8a3ac48a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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