summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:41:35 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:41:35 +0000
commitf366fe009d8d4f66738ad541d7c8fd05ae762d4f (patch)
tree066309050335cfc54ad864c5296305798a81f7f8 /configure.ac
parent49d4bf40913c9fd02e302040d2a1fdd781a9c8d8 (diff)
downloadgvfs-f366fe009d8d4f66738ad541d7c8fd05ae762d4f.tar.gz
Add infrastructure to conditionally build FUSE daemon.
Original git commit by Hans Petter Jansson <hpj@kzerza.amok> at 1179126784 -0500 svn path=/trunk/; revision=563
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4d7e7850..6260dc73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,6 +202,8 @@ fi
AC_SUBST(FUSE_LIBS)
AC_SUBST(FUSE_CFLAGS)
+AM_CONDITIONAL(USE_FUSE, [test "$msg_fuse" = "yes"])
+
dnl ==========================================================================
dnl Samba 3.0
@@ -335,6 +337,7 @@ gio/fam/Makefile
common/Makefile
client/Makefile
daemon/Makefile
+fuse/Makefile
programs/Makefile
po/Makefile.in
gio-standalone.pc