as the case labels checks for trailing spaces, but there aren't
necessarily in $base_compile.
+2001-09-22 Tor Lillqvist <tml@iki.fi>
+
+ * ltmain.in: Add a space to $base_compile in the case statement,
+ as the case labels checks for trailing spaces, but there aren't
+ necessarily in $base_compile.
+
2001-09-22 Albert Chin-A-Young <china@thewrittenword.com>
* libtool.m4: When setting archive_cmds for CC, don't
# Only attempt this if the compiler in the base compile
# command doesn't match the default compiler.
if test -n "$available_tags" && test -z "$tagname"; then
- case $base_compile in
+ case "$base_compile " in
"$CC "*) ;;
# Blanks in the command may have been stripped by the calling shell,
# but not from the CC environment variable when ltconfig was run.