]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>
Fri, 26 Jan 2001 07:03:54 +0000 (07:03 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 26 Jan 2001 07:03:54 +0000 (07:03 +0000)
ChangeLog
ltcf-cxx.sh

index 22c5753946d1343bd84f87274b1ba688c80d2892..e7012a3b4b5bc7da602917eb2137da58fe7c7260 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-25  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
+
 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
 
        * ltmain.in (TAG disable-shared, TAG disable-static): Make sure we
index 0654ae170c66c10cf429120c981b5ac45e5d507a..b5892417b51636222521881566c67bb8cd631939 100644 (file)
@@ -794,7 +794,7 @@ private:
 EOF
 
 
-if eval $ac_compile 2>&5; then
+if (eval $ac_compile) 2>&5; then
   # Parse the compiler output and extract the necessary
   # objects, libraries and library flags.