diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:41:35 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:41:35 +0000 |
commit | f366fe009d8d4f66738ad541d7c8fd05ae762d4f (patch) | |
tree | 066309050335cfc54ad864c5296305798a81f7f8 /configure.ac | |
parent | 49d4bf40913c9fd02e302040d2a1fdd781a9c8d8 (diff) | |
download | gvfs-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.ac | 3 |
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 |