mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
build: Ensure a minimal version of libtool
This commit is contained in:
parent
7b701fef58
commit
6ca01b9a10
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ fi
|
|||
AC_PROG_OBJCXX
|
||||
])
|
||||
|
||||
dnl Since libtool 1.5.2 (released 2004-01-25), on Linux libtool no longer
|
||||
dnl sets RPATH for any directories in the dynamic linker search path.
|
||||
dnl See more: https://wiki.debian.org/RpathIssue
|
||||
LT_PREREQ([1.5.2])
|
||||
dnl Libtool init checks.
|
||||
LT_INIT([pic-only])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue