diff options
| author | John Hurst <jhurst@cinecert.com> | 2021-01-10 11:46:50 -0800 |
|---|---|---|
| committer | John Hurst <jhurst@cinecert.com> | 2021-01-10 11:46:50 -0800 |
| commit | 1ff6109984f5c1496b84875342447fe150769197 (patch) | |
| tree | be73d3695149527b5b1563bdb0ed363f432686cd | |
| parent | f8b52f9e183b3d20e050a8760f5e8caed35b2e9d (diff) | |
Added HAVE_OPENSSL to AM_CONDITIONAL to fix automake build
| -rw-r--r-- | m4/ax_lib_openssl.m4 | 1 |
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]) ]) |
