diff options
| author | Cory Fields <[email protected]> | 2014-10-14 18:25:35 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-11-19 22:31:10 -0500 |
| commit | 19df238a7ba7a6cdfbf48bc663c39ddbf9f6c7d0 (patch) | |
| tree | 21c67b47f7d34375a2b1e4cc5638718c3199625c | |
| parent | build: add quick consensus lib tests (diff) | |
| download | discoin-19df238a7ba7a6cdfbf48bc663c39ddbf9f6c7d0.tar.xz discoin-19df238a7ba7a6cdfbf48bc663c39ddbf9f6c7d0.zip | |
build: shared lib build should work reasonably well now
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7a00d57ae..70a9c15ff 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ case $host in ;; esac dnl Libtool init checks. -LT_INIT([disable-shared]) +LT_INIT([pic-only]) dnl Check/return PATH for base programs. AC_PATH_TOOL(AR, ar) |