diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-06-06 10:23:34 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-07-01 12:27:15 -0400 |
commit | b150b09edcd3b6b7ca5f26ca6ebee92bbad97089 (patch) | |
tree | 4af877e14b14cab3d45f6736adf0fc5a285edaf2 /configure.ac | |
parent | f04f1234078288d4806aaab0952d60f137337e81 (diff) |
secp256k1: add libtool as a dependency
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 811ef1dd80..925ac41ad4 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ define(_COPYRIGHT_YEAR, 2014) AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@bitcoin.org],[bitcoin]) AC_CONFIG_AUX_DIR([src/build-aux]) AC_CONFIG_MACRO_DIR([src/m4]) +LT_INIT([disable-shared]) AC_CANONICAL_HOST AH_TOP([#ifndef BITCOIN_CONFIG_H]) AH_TOP([#define BITCOIN_CONFIG_H]) |