diff options
author | Gregory Sanders <gsanders87@gmail.com> | 2017-08-15 10:27:20 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-08-21 09:48:59 +0200 |
commit | cbdd338a75d53061b97daeb8e6f04d22249117cc (patch) | |
tree | b1678921694c1dc97d6f4b51bfeda3c2ccf730ed /configure.ac | |
parent | 8f0121c957a02bda283641d5de25c8b07dcadc10 (diff) |
disable jni in builds
Github-Pull: #11056
Rebased-From: 844b73e486ca146f3f9f3060e878814752c25fd5
Tree-SHA512: f735853c3d9abbde5032cc55201b0ddc29679e681ba7d3822cbcbeee17c7185ee984b235411224cfb8ff12550de88a0f1367d55ad24bf52c5c03061330849eb2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0dfea990e1..70033ac0fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1261,7 +1261,7 @@ if test x$need_bundled_univalue = xyes; then AC_CONFIG_SUBDIRS([src/univalue]) fi -ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery" +ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni" AC_CONFIG_SUBDIRS([src/secp256k1]) AC_OUTPUT |