Skip to content

Commit

Permalink
libtool upgrade to 2.4.6 - 4/n: fix m4 quoting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 30, 2021
1 parent df40268 commit 8e62063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acinclude/libtool.m4
Original file line number Diff line number Diff line change
Expand Up @@ -5039,7 +5039,7 @@ dnl Note also adjust exclude_expsyms for C++ above.
_LT_TAGVAR(whole_archive_flag_spec, $1)=
fi
supports_anon_versioning=no
case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
case `$LD -v | $SED -e 's/([[^)]]\+)\s\+//' 2>&1` in
*GNU\ gold*) supports_anon_versioning=yes ;;
*\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
*\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
Expand Down

0 comments on commit 8e62063

Please sign in to comment.