From: Stefano Lattarini Date: Sun, 26 May 2013 18:34:14 +0000 (+0200) Subject: tests: remove one obsolete workaround for long-lifted limitations X-Git-Tag: v1.13.2b~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ed59024adfb8d0d4c346b6c229f68f824ceb438;p=platform%2Fupstream%2Fautomake.git tests: remove one obsolete workaround for long-lifted limitations * t/silent-many-languages.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/silent-many-languages.sh b/t/silent-many-languages.sh index 505de947b..bc0f82266 100644 --- a/t/silent-many-languages.sh +++ b/t/silent-many-languages.sh @@ -98,12 +98,6 @@ AC_PROG_LEX AC_PROG_YACC AC_PROG_CXX -# FIXME: remove this hack once the requirements c++, fortran and fortran77 -# are implemented correctly. -test -n "`echo $CXX`" || AC_MSG_ERROR([C++ compiler not found], [77]) -test -n "`echo $FC`" || AC_MSG_ERROR([Fortran compiler not found], [77]) -test -n "`echo $F77`" || AC_MSG_ERROR([Fortran 77 compiler not found], [77]) - # The SunStudio C++ compiler is unfortunately named 'sunCC' (or even just # 'CC', yuck!); similarly and the Portland group C++ compiler is named # 'pgCC'. This can cause problems with our grepping checks on the output