aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-06-06 10:23:34 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-07-01 12:27:15 -0400
commitb150b09edcd3b6b7ca5f26ca6ebee92bbad97089 (patch)
tree4af877e14b14cab3d45f6736adf0fc5a285edaf2 /configure.ac
parentf04f1234078288d4806aaab0952d60f137337e81 (diff)
downloadbitcoin-b150b09edcd3b6b7ca5f26ca6ebee92bbad97089.tar.xz
secp256k1: add libtool as a dependency
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 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])