From 390e69887fc5e0a108eb41203bed9acd100a3d76 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 18 Mar 2009 16:51:41 +0200 Subject: Fix wrong macro names in lc_cpucores.m4 and cpucores.h. Thanks to Bert Wesarg. --- m4/lc_cpucores.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/lc_cpucores.m4') 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]) -- cgit v1.2.3