]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-common.m4
The scheduler now uses the getgrouplist function when available (Issue #4611)
[thirdparty/cups.git] / config-scripts / cups-common.m4
index 3a912478c9477517ea5d5074ac84b93529eb33be..fbba71503a8fc451b079f7f078298c176c5e23da 100644 (file)
@@ -199,6 +199,9 @@ AC_CHECK_FUNCS(waitpid wait3)
 dnl Check for posix_spawn
 AC_CHECK_FUNCS(posix_spawn)
 
+dnl Check for getgrouplist
+AC_CHECK_FUNCS(getgrouplist)
+
 dnl See if the tm structure has the tm_gmtoff member...
 AC_MSG_CHECKING(for tm_gmtoff member in tm structure)
 AC_TRY_COMPILE([#include <time.h>],[struct tm t;