From: Michael Sokolov Date: Fri, 26 Jan 2001 22:55:12 +0000 (+0000) Subject: * ltcf-cxx.sh: Use parentheses around eval $ac_compile. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45291dd5855ad2c9c38088864c7b047e483d2a61;p=gcc.git * ltcf-cxx.sh: Use parentheses around eval $ac_compile. From-SVN: r39288 --- 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.