From 0d2eeb9422bf3fb3097637c63d9e7c8bd20417af Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 28 Jun 2018 14:28:34 +0200 Subject: lib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_LINUX_THREAD_CREDENTIALS The define reflects the results of a feature test, not a configure option. Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- tests/summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/summary.c b/tests/summary.c index 0843ee2cc91..87a64fd90ef 100644 --- a/tests/summary.c +++ b/tests/summary.c @@ -12,7 +12,7 @@ int main() #warning "WARNING: No automated network interface determination" #endif -#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX) || defined(USE_LINUX_THREAD_CREDENTIALS)) +#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX) || defined(HAVE_LINUX_THREAD_CREDENTIALS)) #error "ERROR: no seteuid method available" #endif -- cgit v1.2.1