Browse Source

disable jni in builds

0.16
Gregory Sanders 7 years ago
parent
commit
844b73e486
  1. 2
      configure.ac

2
configure.ac

@ -1261,7 +1261,7 @@ if test x$need_bundled_univalue = xyes; then @@ -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

Loading…
Cancel
Save