Skip to content

Commit

Permalink
spurious comma in configure
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@9552 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
pd committed Jun 14, 2000
1 parent aacee8e commit 2fe59a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3614,7 +3614,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
else
echo "$ac_t""no" 1>&6
fi
,


else
echo "$ac_t""no" 1>&6
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ if test -n "${BLAS}" && ${use_atlas}; then
AC_CHECK_LIB(cblas, cblas_dgemm,
[ FLIBS="-lcblas ${FLIBS}"
AC_CHECK_LIB(f77blas, ${fun},
FLIBS="-lf77blas ${FLIBS}", , ${FLIBS}),
FLIBS="-lf77blas ${FLIBS}", , ${FLIBS})
], ,${FLIBS})
], ,
${FLIBS})
Expand Down

0 comments on commit 2fe59a3

Please sign in to comment.