aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/lc_cpucores.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/lc_cpucores.m4 b/m4/lc_cpucores.m4
index 5e4e02d7..2fae953a 100644
--- a/m4/lc_cpucores.m4
+++ b/m4/lc_cpucores.m4
@@ -26,7 +26,7 @@ main(void)
return 0;
}
]])], [
- AC_DEFINE([HAVE_NCPU_SYSCONF], [1],
+ AC_DEFINE([HAVE_CPUCORES_SYSCONF], [1],
[Define to 1 if the number of available CPU cores can be
detected with sysconf(_SC_NPROCESSORS_ONLN).])
AC_MSG_RESULT([sysconf])
@@ -47,7 +47,7 @@ main(void)
return 0;
}
]])], [
- AC_DEFINE([HAVE_NCPU_SYSCTL], [1],
+ AC_DEFINE([HAVE_CPUCORES_SYSCTL], [1],
[Define to 1 if the number of available CPU cores can be
detected with sysctl().])
AC_MSG_RESULT([sysctl])