Skip to content

Commit

Permalink
[R-package] fix bug in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsig committed Dec 20, 2024
1 parent e7c1cdc commit c55d7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ ${CXX} ${CPPFLAGS} ${CXXFLAGS} -o conftest conftest.cpp 2>/dev/null && ./conftes
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_mmprefetch}" >&5
$as_echo "${ac_mmprefetch}" >&6; }
if test "${ac_mmprefetch}" = yes; then
LGB_CPPFLAGS="${LGB_CPPFLAGS} -DMM_MALLOC=1"
LGB_CPPFLAGS="${LGB_CPPFLAGS} -DMM_PREFETCH=1"
fi

############
Expand Down

0 comments on commit c55d7da

Please sign in to comment.