Skip to content

Commit ce966ae

Browse files
committed
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.
1 parent c2ef470 commit ce966ae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

fixincludes/configure

-1
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,6 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
30273027
# ---------------------------
30283028
# _LT_COMPILER_PIC
30293029
3030-
enable_darwin_at_rpath_$1=no
30313030
30323031
# _LT_LINKER_SHLIBS([TAGNAME])
30333032
# ----------------------------

libtool.m4

-1
Original file line numberDiff line numberDiff line change
@@ -4312,7 +4312,6 @@ _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
43124312
[Compiler flag to prevent dynamic linking])
43134313
])# _LT_COMPILER_PIC
43144314

4315-
_LT_TAGVAR(enable_darwin_at_rpath, $1)=no
43164315

43174316
# _LT_LINKER_SHLIBS([TAGNAME])
43184317
# ----------------------------

0 commit comments

Comments
 (0)