From: msokolov Date: Fri, 26 Jan 2001 22:55:12 +0000 (+0000) Subject: * ltcf-cxx.sh: Use parentheses around eval $ac_compile. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=db45c2a0f7ef7230cd4f51f3bf518dfeb02153a7;p=pf3gnuchains%2Fgcc-fork.git * ltcf-cxx.sh: Use parentheses around eval $ac_compile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39288 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.