diff options
author | Allan McRae <allan@archlinux.org> | 2012-12-16 22:05:49 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-01-03 12:03:10 +1000 |
commit | d5a6ce8ca124d1eea343314b23110e006eb313d5 (patch) | |
tree | 31b8d41a7c5b7d725b371c5fa3a3d7e2a5bbfda1 /configure.ac | |
parent | 5aaf5bcf830cb808de2484c0f3860a22a21a79b4 (diff) | |
download | pacman-d5a6ce8ca124d1eea343314b23110e006eb313d5.tar.xz |
Remove checks for geteuid
The geteuid function is defined in POSIX and we will not support any
operating systems without it.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 122f3876..8ec0eab8 100644 --- a/configure.ac +++ b/configure.ac @@ -279,7 +279,7 @@ AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_MALLOC AC_FUNC_MKTIME AC_FUNC_STRCOLL -AC_CHECK_FUNCS([dup2 getcwd geteuid getmntinfo gettimeofday memmove memset \ +AC_CHECK_FUNCS([dup2 getcwd getmntinfo gettimeofday memmove memset \ mkdir realpath regcomp rmdir setenv setlocale strcasecmp \ strchr strcspn strdup strerror strndup strrchr strsep strstr \ strtol swprintf tcflush wcwidth uname]) |