aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 1026d75..58c05bb 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -425,6 +425,9 @@ if test x"$with_ssl" != xno; then
do
if test -f "$dir/include/openssl/ssl.h"; then
CFLAGS="$CFLAGS -I$dir/include/openssl"
+ if test "$dir" != "/usr"; then
+ CFLAGS="$CFLAGS -I$dir/include"
+ fi
elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then
CFLAGS="$CFLAGS -I$dir/include"
fi