Skip to content
Snippets Groups Projects
Commit cdf7f1f3 authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Remove useless fortran flag

parent 97c07f67
No related branches found
No related tags found
1 merge request!629Grackle update
......@@ -1351,7 +1351,7 @@ if test "x$with_grackle" != "xno"; then
AC_DEFINE([CONFIG_BFLOAT_8],1,[Use doubles in grackle])
],
[AC_MSG_ERROR(Cannot find grackle library!)],
[$GRACKLE_LIBS $GRACKLE_INCS $FCLIBS -Wno-strict-prototypes]
[$GRACKLE_LIBS $GRACKLE_INCS -Wno-strict-prototypes]
)
fi
AC_SUBST([GRACKLE_LIBS])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment