From 78ca8807880def68a575b2487f374fdf4b49962d Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Wed, 26 Jul 2023 14:44:20 +0000 Subject: [PATCH] build: enable ellswift module via SECP_CONFIG_DEFINES ...like the other modules. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a502d1304a7b2..187849672482a 100644 --- a/configure.ac +++ b/configure.ac @@ -401,7 +401,7 @@ if test x"$enable_module_schnorrsig" = x"yes"; then fi if test x"$enable_module_ellswift" = x"yes"; then - AC_DEFINE(ENABLE_MODULE_ELLSWIFT, 1, [Define this symbol to enable the ElligatorSwift module]) + SECP_CONFIG_DEFINES="$SECP_CONFIG_DEFINES -DENABLE_MODULE_ELLSWIFT=1" fi # Test if extrakeys is set after the schnorrsig module to allow the schnorrsig