Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
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])
|