From deea5b130919a27eaa4ee1fe01c33ef120302e98 Mon Sep 17 00:00:00 2001 From: lhausamm <loic_hausammann@hotmail.com> Date: Thu, 2 Nov 2017 10:18:45 +0100 Subject: [PATCH] Add grackle to configure --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 107b3041a0..ea23ed115a 100644 --- a/configure.ac +++ b/configure.ac @@ -466,7 +466,6 @@ AC_ARG_WITH([grackle], [with_grackle="no"] ) if test "x$with_grackle" != "xno"; then - AC_PROG_FC AC_FC_LIBRARY_LDFLAGS if test "x$with_grackle" != "xyes" -a "x$with_grackle" != "x"; then GRACKLE_LIBS="-L$with_grackle/lib -lgrackle $FCLIBS" -- GitLab