summaryrefslogtreecommitdiff
path: root/tests/summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/summary.c')
-rw-r--r--tests/summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/summary.c b/tests/summary.c
index a019fbfb2e..bd0c162430 100644
--- a/tests/summary.c
+++ b/tests/summary.c
@@ -13,7 +13,7 @@ main()
printf("WARNING: No automated network interface determination\n");
#endif
-#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX))
+#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX) || defined(USE_LINUX_THREAD_CREDENTIALS))
printf("ERROR: no seteuid method available\n");
exit(1);
#endif