From 13483f9f91c1fe4f3257f1d6b42eb1d01b3c6ba3 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 5 Jun 2014 23:16:23 +0200 Subject: Introduce lookup_groupbyuser test command This command can be used to perform a lookup using getgrouplist() to present a list of returned numeric group ids. This can be used to avoid the additional lookups that are done with the id and groups commands. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 96ae06f..bc15d80 100644 --- a/configure.ac +++ b/configure.ac @@ -345,7 +345,7 @@ AC_CHECK_FUNCS([malloc realloc atexit]) AC_FUNC_FORK AC_CHECK_FUNCS(__assert_fail) AC_SEARCH_LIBS(clock_gettime, rt) -AC_CHECK_FUNCS([setusershell getusershell endusershell]) +AC_CHECK_FUNCS([setusershell getusershell endusershell getgrouplist]) AC_CHECK_DECLS([setusershell, getusershell, endusershell]) # checks for types -- cgit v1.2.3