Skip to content
Snippets Groups Projects
Commit ac38cf2d authored by Raphael Schlarb's avatar Raphael Schlarb :leaves:
Browse files

Use correct function symbol

parent 7e2a6ed7
No related branches found
No related tags found
No related merge requests found
Pipeline #33554 failed
......@@ -605,7 +605,7 @@ AM_CONDITIONAL([HAVE_PARALLEL_NC4], [test "x$have_parallel_nc4" = xyes])
AS_VAR_IF([enable_borges], [yes],
[ACX_C_PACKAGE([BORGES], [borges/borges.h],,,
[AC_MSG_FAILURE([required header borges/borges.h not found or not compilable])],
[borg_context_init],[borges], [rt], [],
[borges_context_create],[borges], [rt], [],
[AC_MSG_FAILURE([cannot link C BORGES programs])])
AC_DEFINE([HAVE_BORGES], [1],
[supporting output to BORGES data system])])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment