We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b701fe commit 6ca01b9Copy full SHA for 6ca01b9
configure.ac
@@ -76,6 +76,10 @@ fi
76
AC_PROG_OBJCXX
77
])
78
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])
83
dnl Libtool init checks.
84
LT_INIT([pic-only])
85
0 commit comments