aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2017-08-15 10:27:20 -0700
committerGregory Sanders <gsanders87@gmail.com>2017-08-15 10:27:20 -0700
commit844b73e486ca146f3f9f3060e878814752c25fd5 (patch)
tree9f16960528ec533c697d087f65a8d195058ce90f /configure.ac
parent140de14a12228cf7af44f59f40a937c2910a0158 (diff)
downloadbitcoin-844b73e486ca146f3f9f3060e878814752c25fd5.tar.xz
disable jni in builds
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c530f8ffb..e5ed938947 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