diff options
author | Max Kellermann <max@duempel.org> | 2016-02-23 22:13:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-02-23 22:13:43 +0100 |
commit | 6350089e5189d80aa80443be1b597b074e41d11c (patch) | |
tree | ca7490776e071aab0b751d6202dacdb73051cf1a /configure.ac | |
parent | 8e5a67ed9fd6f556cfcc6f13349a2549d1b02249 (diff) | |
parent | 79f2f8cddce56cf986d3914bb46a790486457a64 (diff) |
Merge tag 'v0.19.13'
release v0.19.13
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 05ff3ad50..ab98b19f8 100644 --- a/configure.ac +++ b/configure.ac @@ -229,6 +229,7 @@ if test x$host_is_linux = xyes; then fi AC_CHECK_FUNCS(getpwnam_r getpwuid_r) +AC_CHECK_FUNCS(initgroups) AC_CHECK_FUNCS(fnmatch) AC_CHECK_FUNCS(strndup) |