coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: default to avoiding openssl system libraries


From: Pádraig Brady
Subject: [PATCH] build: default to avoiding openssl system libraries
Date: Thu, 12 Dec 2013 15:32:13 +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.
---
 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4a7fa9e..8a3ac48 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
-- 
1.7.7.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]