summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-05-29 16:48:44 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-05-29 17:17:16 -0700
commitfd77d7690bf41659a4d66fd54b5eb76ca02aafb5 (patch)
tree1a82059b1b025d752052993c485864ea782e110b /configure.ac
parentdfd03ae23ee9d8afd2e67bdc9a4427d329e93e90 (diff)
downloadpkg-config-fd77d7690bf41659a4d66fd54b5eb76ca02aafb5.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9f3d4ba..1b84b07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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