0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

build: shared lib build should work reasonably well now

This commit is contained in:
Cory Fields 2014-10-14 18:25:35 -04:00
parent 269efa30ed
commit 19df238a7b

View file

@ -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)