Skip to content

Commit ca8bc42

Browse files
committed
Drop --disable-jni from libsecp256k1 configure options
1 parent ddc2419 commit ca8bc42

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
@@ -1721,7 +1721,7 @@ if test x$need_bundled_univalue = xyes; then
17211721
AC_CONFIG_SUBDIRS([src/univalue])
17221722
fi
17231723

1724-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --with-bignum=no --enable-module-recovery --disable-jni"
1724+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --with-bignum=no --enable-module-recovery"
17251725
AC_CONFIG_SUBDIRS([src/secp256k1])
17261726

17271727
AC_OUTPUT

0 commit comments

Comments
 (0)