Build: Warn if no supported method to detect the number of CPU cores.

This commit is contained in:
Lasse Collin 2011-04-19 10:44:48 +03:00
parent e4622df9ab
commit 0b77c4a751
1 changed files with 5 additions and 6 deletions

View File

@ -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