[Xfce4-commits] r30062 - thunar/branches/migration-to-gio

Jannis Pohlmann jannis at xfce.org
Sat Jun 20 04:36:56 CEST 2009


Author: jannis
Date: 2009-06-20 02:36:55 +0000 (Sat, 20 Jun 2009)
New Revision: 30062

Modified:
   thunar/branches/migration-to-gio/ChangeLog
   thunar/branches/migration-to-gio/configure.in.in
Log:
	* configure.in.in: Add header and function checks required for tdb.

Modified: thunar/branches/migration-to-gio/ChangeLog
===================================================================
--- thunar/branches/migration-to-gio/ChangeLog	2009-06-20 02:26:54 UTC (rev 30061)
+++ thunar/branches/migration-to-gio/ChangeLog	2009-06-20 02:36:55 UTC (rev 30062)
@@ -1,5 +1,9 @@
 2009-06-20	Jannis Pohlmann <jannis at xfce.org>
 
+	* configure.in.in: Add header and function checks required for tdb.
+
+2009-06-20	Jannis Pohlmann <jannis at xfce.org>
+
 	* Remove thunar-vfs. There might be some pieces left which will be
 	  cleaned up next. Update the list of functions and headers the
 	  configure script checks because a lot of them were only required for

Modified: thunar/branches/migration-to-gio/configure.in.in
===================================================================
--- thunar/branches/migration-to-gio/configure.in.in	2009-06-20 02:26:54 UTC (rev 30061)
+++ thunar/branches/migration-to-gio/configure.in.in	2009-06-20 02:36:55 UTC (rev 30062)
@@ -113,15 +113,17 @@
 dnl **********************************
 dnl *** Check for standard headers ***
 dnl **********************************
-AC_CHECK_HEADERS([errno.h fcntl.h grp.h limits.h locale.h memory.h paths.h \
-                  pwd.h signal.h stdarg.h stdlib.h string.h sys/stat.h time.h])
+AC_CHECK_HEADERS([ctype.h errno.h fcntl.h grp.h limits.h locale.h memory.h \
+                  paths.h pwd.h sched.h signal.h stdarg.h stdlib.h string.h \
+                  sys/mman.h sys/stat.h sys/time.h sys/types.h sys/uio.h \
+                  sys/wait.h time.h])
 
 dnl ************************************
 dnl *** Check for standard functions ***
 dnl ************************************
 AC_FUNC_MMAP()
-AC_CHECK_FUNCS([localeconv mkdtemp setgroupent setpassent strcoll \
-                strlcpy strptime symlink])
+AC_CHECK_FUNCS([localeconv mkdtemp pread pwrite sched_yield setgroupent \
+                setpassent strcoll strlcpy strptime symlink])
 
 dnl ******************************
 dnl *** Check for i18n support ***




More information about the Xfce4-commits mailing list