Skip to content

Commit 2faab87

Browse files
committed
configure.ac: More descriptive NUMA error message
Some people were confused and searched for libnuma.so.2, which does not exist. Required is libnuma.so.1, but with LIBNUMA_API_VERSION >= 2. The API version is tighten to libnuma version in git, but that has nothing to do with library soname version, which is still 1.0.0. Reviewed-by: Cyril Hrubis <chrubis@suse.cz> Signed-off-by: Petr Vorel <pvorel@suse.cz>
1 parent 60cb759 commit 2faab87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ LTP_CHECK_SYSCALL_FCNTL
347347

348348
if test "x$with_numa" = xyes; then
349349
LTP_CHECK_SYSCALL_NUMA
350-
numa_error_msg="test requires libnuma >= 2 and it's development packages"
350+
numa_error_msg="test requires libnuma development packages with LIBNUMA_API_VERSION >= 2"
351351
else
352352
numa_error_msg="NUMA support was disabled during build"
353353
fi

0 commit comments

Comments
 (0)