From 45291dd5855ad2c9c38088864c7b047e483d2a61 Mon Sep 17 00:00:00 2001 From: Michael Sokolov Date: Fri, 26 Jan 2001 22:55:12 +0000 Subject: [PATCH] * ltcf-cxx.sh: Use parentheses around eval $ac_compile. From-SVN: r39288 --- ChangeLog | 4 ++++ ltcf-cxx.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b6a0a87b97e..68558a76716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-26 Michael Sokolov + + * ltcf-cxx.sh: Use parentheses around eval $ac_compile. + 2001-01-26 Tom Tromey * configure.in: Allow libgcj to be built on Sparc Solaris. diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 4b8913b14e5..fad6a4ae552 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -816,7 +816,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. -- 2.30.2