summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlex Ameen <alex.ameen.tx@gmail.com>2022-05-16 00:07:17 -0500
committerAlex Ameen <alex.ameen.tx@gmail.com>2022-05-16 00:07:17 -0500
commit6132006b5fb6b95f31c30a972fbb829f93e1878b (patch)
tree63b5f07257986b91e5cdd7751ee2f40629bb1a82 /m4
parent1d2577357ee704da2d6d7c7da119ad82ba8ca172 (diff)
downloadlibtool-6132006b5fb6b95f31c30a972fbb829f93e1878b.tar.gz
Revert "libtool: permit compiler libs in shlibs"
This reverts commit 1d2577357ee704da2d6d7c7da119ad82ba8ca172.
Diffstat (limited to 'm4')
-rw-r--r--m4/libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index ab5af335..79a2451e 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -7554,7 +7554,7 @@ if AC_TRY_EVAL(ac_compile); then
for p in `eval "$output_verbose_link_cmd"`; do
case $prev$p in
- -L* | -R* | -l* | */clang_rt*.a)
+ -L* | -R* | -l*)
# Some compilers place space between "-{L,R}" and the path.
# Remove the space.
if test x-L = "$p" ||