summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-01-14 12:50:12 +0000
committerJoe Orton <jorton@apache.org>2020-01-14 12:50:12 +0000
commitc0a2ea7ec2dfeaa1489807297abda5e9c8975085 (patch)
treeb100db0c092aab00e770ab447c37512a8b59c5a4 /acinclude.m4
parentdc5cb526da5cfb43488c44060bc0bb156f70edb3 (diff)
downloadhttpd-c0a2ea7ec2dfeaa1489807297abda5e9c8975085.tar.gz
* modules/loggers/config.m4, modules/md/config2.m4, acinclude.m4:
Correctly link mod_md and mod_log_json (and no other objects) against -ljansson. Removes unnecessary deps on libjansson from other linked objects, and fixes mod_md static build. (see https://travis-ci.org/apache/httpd/jobs/636789380) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index d57e7f7bb9..4890ae91e9 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1078,8 +1078,6 @@ AC_DEFUN([APACHE_CHECK_JANSSON],[
if test "x$ac_cv_jansson" = "xyes"; then
ap_jansson_libs="${ap_jansson_libs:--ljansson} `$apr_config --libs`"
- APR_ADDTO(MOD_LDFLAGS, [$ap_jansson_libs])
- APR_ADDTO(LIBS, [$ap_jansson_libs])
fi
dnl restore