]> granicus.if.org Git - apache/commit
Try to auto-detect the location of the OpenSSL stuff. The old logic was
authorMartin Kraemer <martin@apache.org>
Tue, 8 May 2001 08:54:24 +0000 (08:54 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 8 May 2001 08:54:24 +0000 (08:54 +0000)
commitcb49be23b95211abe4f8d4ab02b7ab03a9db5ac5
tree4541823c9058f43f3fd59b023ce8c8eda77ce6ed
parent61084bf9cea1ebed19a9dae316a2884bd8dee880
Try to auto-detect the location of the OpenSSL stuff. The old logic was
incorrect anyway (it tested for .../ssl/ssl.h and then used .../include/ssl.h).
Now we have a configurable list of candidates, each with:
a name, an include path, a lib path, and a list of libs.

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