summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index bda7b56b91..dc47ddc01b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -451,6 +451,9 @@ if test "x$ap_ssltk_base" = "x"; then
if test -f "$p/openssl/ssl.h"; then
ap_ssltk_incdir="$p"
break
+ elif test -f "$p/ssl.h"; then
+ ap_ssltk_incdir="$p"
+ break
fi
done
if test "x$ap_ssltk_incdir" = "x"; then