summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-26 20:34:14 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-26 20:34:14 +0200
commit5ed59024adfb8d0d4c346b6c229f68f824ceb438 (patch)
treef5e69a95b730ed7eb8b4cddcceb989e7c5b59d0e /t
parentb95a04446a7da4a6fc1f02ed79fc389fb1a32708 (diff)
downloadautomake-5ed59024adfb8d0d4c346b6c229f68f824ceb438.tar.gz
tests: remove one obsolete workaround for long-lifted limitations
* t/silent-many-languages.sh: Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't')
-rw-r--r--t/silent-many-languages.sh6
1 files changed, 0 insertions, 6 deletions
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