]> granicus.if.org Git - apache/commit
When no specific location of openssl is given, we need to check the
authorRoy T. Fielding <fielding@apache.org>
Tue, 8 May 2001 04:42:26 +0000 (04:42 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 8 May 2001 04:42:26 +0000 (04:42 +0000)
commit61084bf9cea1ebed19a9dae316a2884bd8dee880
tree71c7137c6d9ac7bf1824dc704246e51bbd3434b7
parent2a62baa1bcde076873981cdafc54550e56b82af0
When no specific location of openssl is given, we need to check the
places where people install upgraded software first, since otherwise
we will get the older versions installed by the OS distribution.  That's
very bad for us because we are requiring a version of openssl that is
more recent than most of the Linux distros.

When finding the openssl helper program, check both the PATH and the default
install dirs, since openssl isn't normally included on a user's path.

Use APR_ADDTO to add to the make macros in order to avoid duplicates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89053 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/config.m4