]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
...forgot the other `case $base_compile' case in the submitted patch
authorTor Lillqvist <tml@iki.fi>
Sat, 22 Sep 2001 13:39:21 +0000 (13:39 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 22 Sep 2001 13:39:21 +0000 (13:39 +0000)
ltmain.in

index ce6d7e27487bb3c2647e9b6b5b55ebc8f2e25f35..3fa03c956d558659c2db28051444249a351ce3df 100644 (file)
--- 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.