summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKees Cook <kees@ubuntu.com>2010-03-02 21:33:34 -0800
committerColin Guthrie <cguthrie@mandriva.org>2010-05-08 14:19:08 +0100
commit87fdbb544b9459c343a5bd3278319d5a0dd60e79 (patch)
treedbce1ae90bf633b57447d63d709892ef12c2fd0a /configure.ac
parentabb05d610d981fd8d4f3408a718da79f25a4e87e (diff)
core-util: ensure that we chmod only the dir we ourselves created
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 48ce1c66..abb8daeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -439,7 +439,7 @@ AC_CHECK_FUNCS_ONCE([lrintf strtof])
AC_FUNC_FORK
AC_FUNC_GETGROUPS
AC_FUNC_SELECT_ARGTYPES
-AC_CHECK_FUNCS_ONCE([chmod chown clock_gettime getaddrinfo getgrgid_r getgrnam_r \
+AC_CHECK_FUNCS_ONCE([chmod chown fstat fchown fchmod clock_gettime getaddrinfo getgrgid_r getgrnam_r \
getpwnam_r getpwuid_r gettimeofday getuid inet_ntop inet_pton mlock nanosleep \
pipe posix_fadvise posix_madvise posix_memalign setpgid setsid shm_open \
sigaction sleep sysconf pthread_setaffinity_np])