Skip to content

Commit 6ca01b9

Browse files
committed
build: Ensure a minimal version of libtool
1 parent 7b701fe commit 6ca01b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure.ac

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ fi
7676
AC_PROG_OBJCXX
7777
])
7878

79+
dnl Since libtool 1.5.2 (released 2004-01-25), on Linux libtool no longer
80+
dnl sets RPATH for any directories in the dynamic linker search path.
81+
dnl See more: https://wiki.debian.org/RpathIssue
82+
LT_PREREQ([1.5.2])
7983
dnl Libtool init checks.
8084
LT_INIT([pic-only])
8185

0 commit comments

Comments
 (0)