blob: eba375807e116b9c9fac758ec1b516b9c5146249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- m4-orig/libtool.m4 2026-06-07 17:38:21.701220990 +0300
+++ m4/libtool.m4 2026-06-07 17:39:59.924217295 +0300
@@ -3374,12 +3374,6 @@
m4_require([_LT_DECL_EGREP])dnl
m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
-AC_ARG_WITH([gnu-ld],
- [AS_HELP_STRING([--with-gnu-ld],
- [assume the C compiler uses GNU ld @<:@default=no@:>@])],
- [test no = "$withval" || with_gnu_ld=yes],
- [with_gnu_ld=no])dnl
-
ac_prog=ld
if test yes = "$GCC"; then
# Check if gcc -print-prog-name=ld gives a path.
|