always let libtool add clang library search path to pet run-time path
commit42da03ba9a6e1fb5b94d0ebe001fd323ea66382b
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 31 Mar 2023 20:57:54 +0000 (31 22:57 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 1 Apr 2023 15:08:12 +0000 (1 17:08 +0200)
treede108237b101a5a36cd6d99384daff1720fb0378
parentfd6c14769a9c0d8b1b36a224ca9d4d18d13eb18e
always let libtool add clang library search path to pet run-time path

Ever since pet-0.08-26-ga22f984 (link against single libLLVM
shared library when available, Wed Feb 24 14:26:25 2016 +0100),
the clang library search path has been added to the pet run-time path
if a single libLLVM shared library is found (and used),
but the clang libraries themselves may also be shared libraries and
the dynamic linker also needs to be able to find those.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
m4/ax_detect_clang.m4