Submitted by: Sander Temme <sctemme@covalent.net>
Reviewed by: Dirk, Justin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96726
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.41
+ *) Update OpenSSL detection to work on Darwin.
+ [Sander Temme <sctemme@covalent.net>]
+
*) Update the xslt and css to give the documentation a more
modern style.
[André Malo <nd@perlig.de>, Gernot Winkler <greh@o3media.de>]
ap_ssltk_libdir=""
for p in $ap_ssltk_base/lib /usr/local/openssl/lib \
/usr/local/ssl/lib /usr/local/lib /usr/lib /lib /usr/lib64; do
- if test -f "$p/libssl.a" -o -f "$p/libssl.so"; then
+ if test -f "$p/libssl.a" -o -f "$p/libssl.so" -o -f "$p/libssl.dylib"; then
ap_ssltk_libdir="$p"
break
fi