From dcc5e02d01a89e9e2013a12a52d79fc69d48564b Mon Sep 17 00:00:00 2001 From: Michael Sokolov Date: Sat, 27 Jan 2001 19:29:31 +0000 Subject: [PATCH] * ltcf-cxx.sh: Use parentheses around eval $ac_compile. --- ChangeLog | 4 ++++ ltcf-cxx.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2799a47a9..a31dca7dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-27 Michael Sokolov + + * ltcf-cxx.sh: Use parentheses around eval $ac_compile. + 2001-01-27 Alexandre Oliva * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types. diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index eca44c068..bccc30bf7 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -804,7 +804,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.