aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-06-06 10:57:28 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-07-01 12:27:19 -0400
commit556682663547f9a9ede69fc4f924b50c531d92b3 (patch)
tree207c043f9f47b76d921ba973222bbb743663ad7e /configure.ac
parentb150b09edcd3b6b7ca5f26ca6ebee92bbad97089 (diff)
downloadbitcoin-556682663547f9a9ede69fc4f924b50c531d92b3.tar.xz
secp256k1: Add build-side changes for libsecp256k1
Note: This is added to our existing automake targets rather than as a libtool-style lib. The switch to libtool-style targets can come later if it proves to not add any complications.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 925ac41ad4..2a4636e360 100644
--- a/configure.ac
+++ b/configure.ac
@@ -680,6 +680,7 @@ 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])