Fixed configure where the --enable-serial option did not really work.
psblas3-type-indexed
Salvatore Filippone 15 years ago
parent 20c77fe1d3
commit 8ebc9dd3c0

2
configure vendored

@ -4260,7 +4260,6 @@ _ACEOF
:
fi
fi
ac_ext=f
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
@ -4688,6 +4687,7 @@ _ACEOF
:
fi
fi
# We leave a default language for the next checks.
ac_ext=c

@ -141,7 +141,6 @@ if test "X$MPIFC" = "X" ; then
fi
ACX_MPI([], [AC_MSG_ERROR([[Cannot find any suitable MPI implementation for Fortran]])])
fi
AC_LANG(Fortran 77)
if test "X$MPIF77" = "X" ; then
@ -149,6 +148,7 @@ if test "X$MPIF77" = "X" ; then
AC_CHECK_PROGS([MPIF77],[mpxlf mpf77 mpif77])
fi
ACX_MPI([], [AC_MSG_ERROR([[Cannot find any suitable MPI implementation for Fortran 77]])])
fi
# We leave a default language for the next checks.
dnl AC_LANG([Fortran 77])

Loading…
Cancel
Save