Author: benny
Date: 2006-09-08 23:11:30 +0000 (Fri, 08 Sep 2006)
New Revision: 23112

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/configure.in.in
Log:
2006-09-09      Benedikt Meurer <[EMAIL PROTECTED]>

        * configure.in.in: Add missing check for setmntent().




Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog      2006-09-08 20:54:05 UTC (rev 23111)
+++ thunar/trunk/ChangeLog      2006-09-08 23:11:30 UTC (rev 23112)
@@ -1,3 +1,7 @@
+2006-09-09     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * configure.in.in: Add missing check for setmntent().
+
 2006-09-08     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * thunar-vfs/thunar-vfs-os-bsd.c(_thunar_vfs_os_scandir): Allocate the

Modified: thunar/trunk/configure.in.in
===================================================================
--- thunar/trunk/configure.in.in        2006-09-08 20:54:05 UTC (rev 23111)
+++ thunar/trunk/configure.in.in        2006-09-08 23:11:30 UTC (rev 23112)
@@ -116,8 +116,8 @@
 AC_CHECK_FUNCS([attropen extattr_get_fd fgetxattr getdents getfsspec getfsstat 
\
                 lchmod localeconv localtime_r mbrtowc mkdtemp mkfifo \
                 posix_madvise pread pwrite readdir_r sched_yield setgroupent \
-                setpassent setpriority statfs statvfs statvfs1 strcoll strlcpy 
\
-                strptime symlink])
+                setmntent setpassent setpriority statfs statvfs statvfs1 \
+                strcoll strlcpy strptime symlink])
 
 dnl ******************************************
 dnl *** Linux/glibc specified work-arounds ***

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to