mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 13:13:49 +01:00
build: Ensure a minimal version of libtool
This commit is contained in:
@@ -76,6 +76,10 @@ fi
|
|||||||
AC_PROG_OBJCXX
|
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.
|
dnl Libtool init checks.
|
||||||
LT_INIT([pic-only])
|
LT_INIT([pic-only])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user