Ver código fonte

configure.ac: replace $__coi_lib_name with $4 (following r#10806)

Nathalie Furmento 12 anos atrás
pai
commit
01c606573f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -1038,7 +1038,7 @@ AC_DEFUN([STARPU_CHECK_COI_RUNTIME],
     fi
 
     if test "$have_valid_coi" = "yes" -a "$__coi_lib_dir" != "no"; then
-        STARPU_COI_LDFLAGS="-L$__coi_lib_dir -l$__coi_lib_name"
+        STARPU_COI_LDFLAGS="-L$__coi_lib_dir -l$4"
     fi
 
     CPPFLAGS="${SAVED_CPPFLAGS}"