summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2014-09-14 18:29:54 +0200
committerSami Kerola2014-09-19 20:31:02 +0200
commitc829aebc397f75f24762ed046fc8e3402762b60f (patch)
treea5b0280dc53c0303e5b39692abc54ef5b1383ea6 /configure.ac
parentsetarch: use personality() system call when it is available (diff)
downloadkernel-qcow2-util-linux-c829aebc397f75f24762ed046fc8e3402762b60f.tar.gz
kernel-qcow2-util-linux-c829aebc397f75f24762ed046fc8e3402762b60f.tar.xz
kernel-qcow2-util-linux-c829aebc397f75f24762ed046fc8e3402762b60f.zip
newgrp: use libc function to read gshadow if it is available
The glib versionf of getsgnam() is using /etc/nsswitch.conf, allowing the group passwords to come from external database. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 387372fd9..8cf17cc11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -310,6 +310,7 @@ AC_CHECK_FUNCS([ \
getexecname \
getmntinfo \
getrlimit \
+ getsgnam \
inotify_init \
inotify_init1 \
jrand48 \