Skip to content

Commit d451d0b

Browse files
committed
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
2 parents a46a671 + 844b73e commit d451d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ if test x$need_bundled_univalue = xyes; then
12611261
AC_CONFIG_SUBDIRS([src/univalue])
12621262
fi
12631263

1264-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery"
1264+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni"
12651265
AC_CONFIG_SUBDIRS([src/secp256k1])
12661266

12671267
AC_OUTPUT

0 commit comments

Comments
 (0)