From: Michael Sokolov Date: Fri, 26 Jan 2001 07:03:54 +0000 (+0000) Subject: * ltcf-cxx.sh: Use parentheses around eval $ac_compile. X-Git-Tag: multi-language-merge-point~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4612f791ba4eafaa0db338ec62ae233c08be941;p=thirdparty%2Flibtool.git * ltcf-cxx.sh: Use parentheses around eval $ac_compile. --- diff --git a/ChangeLog b/ChangeLog index 22c575394..e7012a3b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-25 Michael Sokolov + + * ltcf-cxx.sh: Use parentheses around eval $ac_compile. + 2001-01-24 Alexandre Oliva * ltmain.in (TAG disable-shared, TAG disable-static): Make sure we diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 0654ae170..b5892417b 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -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.