[Xfce4-commits] <thunar-vfs:master> Add missing AC_CHECK_FUNCS (bug #6774).

Nick Schermer noreply at xfce.org
Fri Nov 5 11:22:01 CET 2010


Updating branch refs/heads/master
         to 4773e36acf6ae0d08d5ca3899e0b708b63e65bcb (commit)
       from 42786b1f54eea03e624ebaa262326c4fe1349a52 (commit)

commit 4773e36acf6ae0d08d5ca3899e0b708b63e65bcb
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Nov 5 11:21:32 2010 +0100

    Add missing AC_CHECK_FUNCS (bug #6774).

 configure.in.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 7fa59d4..906b991 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -117,7 +117,8 @@ AC_CHECK_FUNCS([attropen extattr_get_fd fgetxattr futimes getdents getfsspec \
                 getfsstat lchmod localeconv localtime_r mbrtowc mkdtemp mkfifo \
                 posix_madvise pread pwrite readdir_r sched_yield setgroupent \
                 setmntent setpassent setpriority statfs statvfs statvfs1 \
-                strcoll strlcpy strptime symlink syslog posix_fadvise])
+                strcoll strlcpy strptime symlink syslog posix_fadvise \
+                setfsent getvfsstat getmntent])
 
 dnl ******************************************
 dnl *** Linux/glibc specified work-arounds ***



More information about the Xfce4-commits mailing list