Skip to content
Snippets Groups Projects
Commit cc703a4c authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

Adapt test project to earlier version string change

parent 15537712
Branches
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ AM_PROG_AS
# Here comes the ELPA specific part
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([ELPA],[elpa-2014.06.000],[],[AC_MSG_ERROR(["Need elpa-2014.06.000"])])
PKG_CHECK_VAR([ELPA_FCFLAGS],[elpa-2014.06.000],[fcflags])
PKG_CHECK_MODULES([ELPA],[elpa-2014.06],[],[AC_MSG_ERROR(["Need elpa-2014.06"])])
PKG_CHECK_VAR([ELPA_FCFLAGS],[elpa-2014.06],[fcflags])
AC_LANG([Fortran])
m4_include([m4/ax_prog_fc_mpi.m4])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment