summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2021-01-15 08:33:06 -0800
committerJohn Hurst <jhurst@cinecert.com>2021-01-15 08:33:06 -0800
commitb5e47e45509ce3a1a696ef06583ef86a5e1e8223 (patch)
tree401c07cac589c502ca3a3ff38064cfd3a21ba160 /m4
parentf69df80edc00a138f50fd527706c78617342dcdd (diff)
Fixed lingering openssl build issue for autotools build
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_lib_openssl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_lib_openssl.m4 b/m4/ax_lib_openssl.m4
index 9e94b94..074bdfb 100644
--- a/m4/ax_lib_openssl.m4
+++ b/m4/ax_lib_openssl.m4
@@ -284,7 +284,7 @@ SSLeay();
fi
fi
if test "$HAVE_OPENSSL" = "yes"; then
- CPPFLAGS="$CPPFLAGS $OPENSSL_CPPFLAGS -DHAVE_SSL=1"
+ CPPFLAGS="$CPPFLAGS $OPENSSL_CPPFLAGS -DHAVE_OPENSSL=1"
LDFLAGS="$LDFLAGS $OPENSSL_LDFLAGS $OPENSSL_LIBS"
else
HAVE_OPENSSL="no"