mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Warn if no supported method to detect the number of CPU cores.
This commit is contained in:
parent
e4622df9ab
commit
0b77c4a751
1 changed files with 5 additions and 6 deletions
11
configure.ac
11
configure.ac
|
@ -658,9 +658,8 @@ if test x$tuklib_cv_physmem_method = xunknown; then
|
|||
echo "or make a patch to add support for this operating system."
|
||||
fi
|
||||
|
||||
# Not threading yet so don't warn.
|
||||
#if test x$tuklib_cv_cpucores_method = xunknown; then
|
||||
# echo
|
||||
# echo "WARNING:"
|
||||
# echo "No supported method to detect the number of CPU cores."
|
||||
#fi
|
||||
if test x$tuklib_cv_cpucores_method = xunknown; then
|
||||
echo
|
||||
echo "WARNING:"
|
||||
echo "No supported method to detect the number of CPU cores."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue