From 0d88465d91d009b858cb6889bb7d3667d229be9e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 22 Sep 2001 13:39:21 +0000 Subject: [PATCH] ...forgot the other `case $base_compile' case in the submitted patch --- ltmain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltmain.in b/ltmain.in index ce6d7e27..3fa03c95 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.