diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-10-06 15:17:29 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-10-06 15:17:29 +0300 |
commit | 6ca01b9a104ebadbe7e180cb2b9d390f7c09b4ab (patch) | |
tree | 3a2905545b3365e711f2e4f40502149fa1dda633 /configure.ac | |
parent | 7b701fef58f627956d597817a1f9422edd890cdc (diff) |
build: Ensure a minimal version of libtool
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8af9a986d2..f1738ab79c 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]) |