aboutsummaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2023-11-17 12:50:42 +0100
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2023-11-22 11:54:33 +0100
commitce966ae66067d8d365431ef7a323f4207fcb729a (patch)
tree324232c7cab129712a524a063fc28d7fe4b5ad04 /fixincludes
parentc2ef4708856f2ccb7ce96489c6ee4b8c775257a8 (diff)
downloadgcc-ce966ae66067d8d365431ef7a323f4207fcb729a.zip
gcc-ce966ae66067d8d365431ef7a323f4207fcb729a.tar.gz
gcc-ce966ae66067d8d365431ef7a323f4207fcb729a.tar.bz2
Build: fix error in fixinclude configure
The stray line defining enable_darwin_at_rpath outside of the scope of _LT_DARWIN_LINKER_FEATURES is a mistake and should be removed. It leads to a wrong line in fixincludes/ChangeLog because there is no $1 argument at that point. ChangeLog: * libtool.m4: Fix stray call fixincludes/ChangeLog: * configure: Regenerated.
Diffstat (limited to 'fixincludes')
-rwxr-xr-xfixincludes/configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/fixincludes/configure b/fixincludes/configure
index 1bb547a..662c94d 100755
--- a/fixincludes/configure
+++ b/fixincludes/configure
@@ -3027,7 +3027,6 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
# ---------------------------
# _LT_COMPILER_PIC
-enable_darwin_at_rpath_$1=no
# _LT_LINKER_SHLIBS([TAGNAME])
# ----------------------------