diff options
| author | Hennadii Stepanov <[email protected]> | 2019-10-06 15:17:29 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2019-10-06 15:17:29 +0300 |
| commit | 6ca01b9a104ebadbe7e180cb2b9d390f7c09b4ab (patch) | |
| tree | 3a2905545b3365e711f2e4f40502149fa1dda633 | |
| parent | Merge #17049: contrib: Bump gitian descriptors for 0.20 (diff) | |
| download | discoin-6ca01b9a104ebadbe7e180cb2b9d390f7c09b4ab.tar.xz discoin-6ca01b9a104ebadbe7e180cb2b9d390f7c09b4ab.zip | |
build: Ensure a minimal version of libtool
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8af9a986d..f1738ab79 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |