summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2021-01-10 11:46:50 -0800
committerJohn Hurst <jhurst@cinecert.com>2021-01-10 11:46:50 -0800
commit1ff6109984f5c1496b84875342447fe150769197 (patch)
treebe73d3695149527b5b1563bdb0ed363f432686cd
parentf8b52f9e183b3d20e050a8760f5e8caed35b2e9d (diff)
Added HAVE_OPENSSL to AM_CONDITIONAL to fix automake build
-rw-r--r--m4/ax_lib_openssl.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ax_lib_openssl.m4 b/m4/ax_lib_openssl.m4
index 9aa69ce..9e94b94 100644
--- a/m4/ax_lib_openssl.m4
+++ b/m4/ax_lib_openssl.m4
@@ -289,4 +289,5 @@ SSLeay();
else
HAVE_OPENSSL="no"
fi
+ AM_CONDITIONAL([HAVE_OPENSSL], [test x$HAVE_OPENSSL = xyes])
])