From: Tor Lillqvist Date: Sat, 22 Sep 2001 13:39:21 +0000 (+0000) Subject: ...forgot the other `case $base_compile' case in the submitted patch X-Git-Tag: release-1-4d~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d88465d91d009b858cb6889bb7d3667d229be9e;p=thirdparty%2Flibtool.git ...forgot the other `case $base_compile' case in the submitted patch --- diff --git a/ltmain.in b/ltmain.in index ce6d7e274..3fa03c956 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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.