Skip to content

Commit 2656629

Browse files
committed
build: remove --enable-experimental from libsecp256k1 configure
1 parent d960d4f commit 2656629

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
@@ -1967,7 +1967,7 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR"
19671967
unset PKG_CONFIG_LIBDIR
19681968
PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"
19691969

1970-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental"
1970+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig"
19711971
AC_CONFIG_SUBDIRS([src/secp256k1])
19721972

19731973
AC_OUTPUT

0 commit comments

Comments
 (0)