Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
correct quoting of m4 index variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jan 28, 2020
1 parent 683a926 commit a0acbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/openblas/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ SAGE_SPKG_CONFIGURE([openblas], [
], [sage_spkg_install_openblas=yes])
AS_IF([test x$sage_spkg_install_openblas != xyes], [
m4_foreach([blaslibnam], [blas, cblas, lapack], [
AS_IF([test x$sage_install_[$blaslibnam]_pc = xyes], [
AC_CONFIG_LINKS([$SAGE_SRC/lib/pkgconfig/]$blaslibnam[.pc:$OPENBLASPCDIR/openblas.pc])])
AS_IF([test x$sage_install_]blaslibnam[_pc = xyes], [
AC_CONFIG_LINKS([$SAGE_SRC/lib/pkgconfig/]blaslibnam[.pc:$OPENBLASPCDIR/openblas.pc])])
])
])
], [
Expand Down

0 comments on commit a0acbcb

Please sign in to comment.