Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Do not check for a fortran compiler in the C/C++ detection macro. Lea…
Browse files Browse the repository at this point in the history
…ve it to the fortran macro.
  • Loading branch information
kiwifb committed Nov 20, 2018
1 parent c35c6ec commit 2449240
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/pkgs/gcc/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ SAGE_SPKG_CONFIGURE([gcc], [
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([AC_PROG_CPP])
AC_REQUIRE([AC_PROG_CXX])
AC_REQUIRE([AC_PROG_FC])
AC_REQUIRE([AC_PROG_OBJC])
AC_REQUIRE([AC_PROG_OBJCXX])
Expand Down Expand Up @@ -149,7 +148,6 @@ SAGE_SPKG_CONFIGURE([gcc], [
SAGE_SHOULD_INSTALL_GCC([$CC ($GCC_VERSION) and $CXX ($GXX_VERSION) are not the same version])
fi
# assuming gfortran does work
fi
# Check that the assembler and linker used by $CXX match $AS and $LD.
Expand Down

0 comments on commit 2449240

Please sign in to comment.