]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
SSL libs are needed in linking only for ab and mod_ssl.
authorRainer Jung <rjung@apache.org>
Sat, 3 Jan 2009 01:14:33 +0000 (01:14 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 3 Jan 2009 01:14:33 +0000 (01:14 +0000)
commit3bf1edc7d3f8e2297b2cdcc51c762106f1232e5f
tree6a51cd41d8eae19bf77d8f53dfd37b6d3271912c
parentb9d88eb47de6e5625bee5d879cd12545e89fcc6c
SSL libs are needed in linking only for ab and mod_ssl.

In both cases we already include SSL_LIBS, so lets add
the necessary link flags only to SSL_LIBS and not to
EXTRA_LDFLAGS.

The last of a series of changes of type
"restrict link dependencies where possible".

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730883 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4