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:
Dan Nicholson 2012-05-29 16:48:44 -07:00
parent dfd03ae23e
commit fd77d7690b

View file

@ -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