diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-08-16 08:29:54 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-08-16 08:30:09 +0200 |
| commit | d451d0bcf15d8025c3e963df033f918d646aff6a (patch) | |
| tree | fee3e1ef8cc765f8191322870dcdc7836847b1e0 | |
| parent | Merge #10957: Avoid returning a BIP9Stats object with uninitialized values (diff) | |
| parent | disable jni in builds (diff) | |
| download | discoin-d451d0bcf15d8025c3e963df033f918d646aff6a.tar.xz discoin-d451d0bcf15d8025c3e963df033f918d646aff6a.zip | |
Merge #11056: disable jni in builds
844b73e disable jni in builds (Gregory Sanders)
Pull request description:
Suggested by @theuni
Unneeded and was causing travis issues downstream.
Tree-SHA512: 6e302d6fd73cf09c72269e7976cc40e64abdea780278c7333a5196f188f9dede12944f1e03605ec7d194b245213d0a2576bfbdbd0f6ba20154e0e9a68008851c
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1c530f8ff..e5ed93894 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 |