Skip to content
Snippets Groups Projects
Commit deea5b13 authored by lhausamm's avatar lhausamm
Browse files

Add grackle to configure

parent 19caca1c
No related branches found
No related tags found
1 merge request!469Update cooling grackle
...@@ -466,7 +466,6 @@ AC_ARG_WITH([grackle], ...@@ -466,7 +466,6 @@ AC_ARG_WITH([grackle],
[with_grackle="no"] [with_grackle="no"]
) )
if test "x$with_grackle" != "xno"; then if test "x$with_grackle" != "xno"; then
AC_PROG_FC
AC_FC_LIBRARY_LDFLAGS AC_FC_LIBRARY_LDFLAGS
if test "x$with_grackle" != "xyes" -a "x$with_grackle" != "x"; then if test "x$with_grackle" != "xyes" -a "x$with_grackle" != "x"; then
GRACKLE_LIBS="-L$with_grackle/lib -lgrackle $FCLIBS" GRACKLE_LIBS="-L$with_grackle/lib -lgrackle $FCLIBS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment