Browse Source

disable jni in builds

Github-Pull: #11056
Rebased-From: 844b73e486
Tree-SHA512: f735853c3d9abbde5032cc55201b0ddc29679e681ba7d3822cbcbeee17c7185ee984b235411224cfb8ff12550de88a0f1367d55ad24bf52c5c03061330849eb2
0.15
Gregory Sanders 7 years ago committed by Wladimir J. van der Laan
parent
commit
cbdd338a75
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D
  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