1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-27 18:03:50 +03:00

configure: remove regexec and getgrnam_r checks

Introduced by:
commit 635ae38979bbb2659a21dfaa57e7c762ae8d4e88
commit 1b745219c7507595d4a09c89aa6a331eaa039e31
But their HAVE_ counterparts were never used.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Ján Tomko 2018-09-25 17:06:52 +02:00
parent b9384391d5
commit d628f6dd4e

View File

@ -327,7 +327,6 @@ AC_CHECK_FUNCS_ONCE([\
fallocate \
geteuid \
getgid \
getgrnam_r \
getifaddrs \
getmntent_r \
getpwuid_r \
@ -339,7 +338,6 @@ AC_CHECK_FUNCS_ONCE([\
posix_fallocate \
posix_memalign \
prlimit \
regexec \
sched_getaffinity \
sched_setscheduler \
setgroups \