From cdf7f1f3e4d6fff06f3bbcd3c2586f39abb1a554 Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Mon, 8 Oct 2018 10:37:53 +0200
Subject: [PATCH] Remove useless fortran flag

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3628c1b7f3..554c19f602 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
-- 
GitLab