From a38f7bb9373fd85a5dec985a3b0799bacb84f08a Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 13 Nov 2015 16:58:05 -0700 Subject: [PATCH] fix jni build enabling ecc on non 64 bit platforms --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6c5e5e93e..11c5bd149 100644 --- a/configure.ac +++ b/configure.ac @@ -1967,7 +1967,8 @@ then if test "x$ENABLED_ECC" = "xno" then ENABLED_ECC="yes" - AM_CFLAGS="$AM_CFLAGS -DHAVE_ECC" + AM_CFLAGS="$AM_CFLAGS -DHAVE_ECC -DTFM_ECC256 -DECC_SHAMIR" + AM_CONDITIONAL([BUILD_ECC], [test "x$ENABLED_ECC" = "xyes"]) fi if test "x$ENABLED_PKCALLBACKS" = "xno" then