mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-05 08:50:26 +01:00
Remove unneeded checks for setresuid & setreuid
These were used in the popt code a long time ago. pkg-config has no need to be checking your uid.
This commit is contained in:
parent
dfd03ae23e
commit
fd77d7690b
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@ AC_PROG_CC
|
|||
dnl Check for headers
|
||||
AC_CHECK_HEADERS([dirent.h unistd.h sys/wait.h malloc.h])
|
||||
|
||||
dnl Check for library functions
|
||||
AC_CHECK_FUNCS(setresuid setreuid,break)
|
||||
|
||||
|
||||
dnl
|
||||
dnl Default pkg-config search path
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue