From ab62a3096711e3e9c87b6c0405fcecf81f753d53 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 30 Jan 2008 01:05:07 +0000 Subject: Stop libattr and libfuse being linked against by programs other than plpfuse. Fix logic of plp_setxattr. It doesn't need to read the non-x attributes, and it now treats the set and cleared EPOC attribute bits properly (I hope!). --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7b6f5e7..5cda2ff 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ AC_SUBST(LIBHISTORY) # FUSE for plpfuse AC_CHECK_HEADER(fuse.h,, [AC_MSG_ERROR([Need fuse.h to build plpfuse])]) -AC_CHECK_LIB(fuse,fuse_new,, +AC_CHECK_LIB(fuse,fuse_new, [true], [AC_MSG_ERROR([Need libfuse to build plpfuse])]) # check for a supported version of FUSE @@ -133,7 +133,7 @@ AC_RUN_IFELSE([ # check for libattr for plpfuse AC_CHECK_HEADER(attr/attributes.h,, [AC_MSG_ERROR([Need libattr to build plpfuse])]) -AC_CHECK_LIB(attr, attr_set,, +AC_CHECK_LIB(attr, attr_set, [true], [AC_MSG_ERROR([Need libattr to build plpfuse])]) dnl these three are for solaris -- cgit v1.2.3