summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-06-24 00:04:54 +0000
committerGraham Leggett <minfrin@apache.org>2019-06-24 00:04:54 +0000
commit92c39125e444c5ea3468bce7035fcef824b90089 (patch)
treeb4d868b095d59d550e8c30e7e1a2a68dd4dadca9 /build
parent41666087a9efa4ef4f38617794aefb81c29400b9 (diff)
downloadapr-92c39125e444c5ea3468bce7035fcef824b90089.tar.gz
Revert r1833421 et al:
Remove hard linking of all crypto libraries to core APR. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1861960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/crypto.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/build/crypto.m4 b/build/crypto.m4
index 08257ade7..64150b7ec 100644
--- a/build/crypto.m4
+++ b/build/crypto.m4
@@ -159,11 +159,6 @@ AC_DEFUN([APU_CHECK_CRYPTO_OPENSSL], [
LIBS="$old_libs"
CPPFLAGS="$old_cppflags"
LDFLAGS="$old_ldflags"
-
- if test "$apu_have_openssl" = "1"; then
- APR_ADDTO(APRUTIL_EXPORT_LIBS, [$LDADD_crypto_openssl])
- APR_ADDTO(LIBS, [$LDADD_crypto_openssl])
- fi
])
AC_DEFUN([APU_CHECK_CRYPTO_NSS], [
@@ -240,11 +235,6 @@ AC_DEFUN([APU_CHECK_CRYPTO_NSS], [
LIBS="$old_libs"
CPPFLAGS="$old_cppflags"
LDFLAGS="$old_ldflags"
-
- if test "$apu_have_nss" = "1"; then
- APR_ADDTO(APRUTIL_EXPORT_LIBS, [$LDADD_crypto_nss])
- APR_ADDTO(LIBS, [$LDADD_crypto_nss])
- fi
])
AC_DEFUN([APU_CHECK_CRYPTO_COMMONCRYPTO], [
@@ -301,11 +291,6 @@ AC_DEFUN([APU_CHECK_CRYPTO_COMMONCRYPTO], [
LIBS="$old_libs"
CPPFLAGS="$old_cppflags"
LDFLAGS="$old_ldflags"
-
- if test "$apu_have_commoncrypto" = "1"; then
- APR_ADDTO(APRUTIL_EXPORT_LIBS, [$LDADD_crypto_commoncrypto])
- APR_ADDTO(LIBS, [$LDADD_crypto_commoncrypto])
- fi
])
dnl