01ed8ef136
GitOrigin-RevId: 20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8
11 lines
409 B
Diff
11 lines
409 B
Diff
pthread_yield() is not used by fuse-7z-ng, fails configure.
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -25,7 +25,6 @@ AC_CHECK_HEADERS([fcntl.h stddef.h string.h unistd.h dlfcn.h dirent.h])
|
|
AC_CHECK_FUNCS([memset memmove])
|
|
AC_CHECK_FUNCS([sqrt])
|
|
|
|
-AC_CHECK_LIB([pthread], [pthread_yield],,AC_MSG_ERROR([pthread library not found.]))
|
|
AC_CHECK_LIB([dl], [dlclose])
|
|
|
|
PKG_CHECK_MODULES([fuse], [fuse >= 2.8])
|