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

Fix grackle AC_CHECK_LIB

parent e2b65329
No related branches found
No related tags found
1 merge request!629Grackle update
...@@ -1351,7 +1351,7 @@ if test "x$with_grackle" != "xno"; then ...@@ -1351,7 +1351,7 @@ if test "x$with_grackle" != "xno"; then
AC_DEFINE([CONFIG_BFLOAT_8],1,[Use doubles in grackle]) AC_DEFINE([CONFIG_BFLOAT_8],1,[Use doubles in grackle])
], ],
[AC_MSG_ERROR(Cannot find grackle library!)], [AC_MSG_ERROR(Cannot find grackle library!)],
[$GRACKLE_LIBS $GRACKLE_INCS $FCLIBS] [$GRACKLE_LIBS $GRACKLE_INCS $FCLIBS -Wno-strict-prototypes]
) )
fi fi
AC_SUBST([GRACKLE_LIBS]) 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