]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf,
authorGary V. Vaughan <gary@gnu.org>
Wed, 11 Jul 2001 23:16:07 +0000 (23:16 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 11 Jul 2001 23:16:07 +0000 (23:16 +0000)
solaris]: Doh!  the evalled variable shouldn't have been
quoted.

ChangeLog
libtool.m4

index 7c9e499ebfe2b99b4300bab492febdaf2186c716..03071c1a962028be26f892ca176da8f49c23258d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-07-11  Gary V. Vaughan  <gary@gnu.org>
 
+       * libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf,
+       solaris]: Doh!  the evalled variable shouldn't have been
+       quoted.
+
        * libtool.m4 (_LT_AC_LANG_CXX_CONFIG) [hpux, linux, osf,
        solaris]: output_verbose_link_cmd have unquoted `*' in case
        statements for these architectures.  Be sure to quote them
index 07d59509ed07a679e9fd0f9d18ff81ae0d807ae9..131d2629700345b50e7f67b8d1c2636966882ae0 100644 (file)
@@ -2870,8 +2870,7 @@ if AC_TRY_EVAL(ac_compile); then
   # eval without this substitution.
   output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
 
-  for p in `eval "$output_verbose_link_cmd"`; do
-
+  for p in `eval $output_verbose_link_cmd`; do
     case $p in
 
     -L* | -R* | -l*)