diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2015-03-03 04:07:12 -0800 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2015-03-03 04:08:15 -0800 |
commit | 86eb461c5bbe8200ab066f75b5acdf79fbae1086 (patch) | |
tree | fc7587c365042d9216af66b1bcc5d2bbe14c1e8d /configure.ac | |
parent | 10a3ff07f59f8c02c92286e440e5832045a07596 (diff) | |
parent | 16a58a86442ad587449f321c0dbab08cc028c2bd (diff) |
Merge pull request #5839
16a58a8 keys: remove libsecp256k1 verification until it's actually supported (Cory Fields)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 85e3d1d669..185f7e2918 100644 --- a/configure.ac +++ b/configure.ac @@ -849,7 +849,6 @@ AM_CONDITIONAL([USE_LCOV],[test x$use_lcov = xyes]) AM_CONDITIONAL([USE_COMPARISON_TOOL],[test x$use_comparison_tool != xno]) AM_CONDITIONAL([USE_COMPARISON_TOOL_REORG_TESTS],[test x$use_comparison_tool_reorg_test != xno]) AM_CONDITIONAL([GLIBC_BACK_COMPAT],[test x$use_glibc_compat = xyes]) -AM_CONDITIONAL([USE_LIBSECP256K1],[test x$use_libsecp256k1 = xyes]) AC_DEFINE(CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MAJOR, [Major version]) AC_DEFINE(CLIENT_VERSION_MINOR, _CLIENT_VERSION_MINOR, [Minor version]) |