mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
...forgot the other `case $base_compile' case in the submitted patch
This commit is contained in:
parent
07ef86f9af
commit
0d88465d91
@ -506,7 +506,7 @@ if test -z "$show_help"; then
|
||||
if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$0" > /dev/null; then
|
||||
# Evaluate the configuration.
|
||||
eval "`sed -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
|
||||
case $base_compile in
|
||||
case "$base_compile " in
|
||||
"$CC "*)
|
||||
# The compiler in the base compile command matches
|
||||
# the one in the tagged configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user