summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAnand Avati <avati@gluster.com>2011-05-30 04:18:00 +0000
committerAnand Avati <avati@gluster.com>2011-05-30 04:48:34 -0700
commit291588c6d912e137ef4d8c19d0447e43c7d87bc4 (patch)
tree9d3c859ffa352181cb86e15b64f0c751460cadc1 /configure.ac
parentf2e0b36ea6d31a09f4013b2e6f6ffccc4aca9c0b (diff)
fuse: NetBSD portability fixes
On NetBSD use libperfuse(3), rename umount2(2) as unmount(2), and skip inexistant /etc/mtab management. Thanks to: Emmanuel Dreyfus <manu@netbsd.org> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2923 (NetBSD port) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2923
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9d416aa3..9ff9e474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -394,7 +394,6 @@ AC_SUBST(GF_DISTRIBUTION)
GF_HOST_OS=""
GF_LDFLAGS="-rdynamic"
-GF_FUSE_LDADD="-lfuse"
case $host_os in
linux*)
dnl GF_LINUX_HOST_OS=1