+2006-06-01 Csaba Henk <csaba.henk@creo.hu>
+
+ * lib: adjust threading related compiler flags.
+ Switch to "-pthread" from "-lpthread" as that's the preferred
+ one on several platforms. Consulted with Terrence Cole and
+ Miklos Szeredi
+
+
2006-05-16 Miklos Szeredi <miklos@szeredi.hu>
* Test commit
AC_CHECK_FUNCS([fork setxattr fdatasync])
AC_CHECK_MEMBERS([struct stat.st_atim])
-libfuse_libs=-lpthread
+libfuse_libs=-pthread
LIBS=
AC_SEARCH_LIBS(clock_gettime, [rt])
libfuse_libs="$libfuse_libs $LIBS"
Name: fuse
Description: Filesystem in Userspace
Version: @VERSION@
-Libs: -L${libdir} -lfuse -lpthread
+Libs: -L${libdir} -lfuse -pthread
Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64