From c6be95453d66ea714a9813a21cfb224d8e346d9e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 7 Oct 2011 13:42:27 +0100 Subject: [PATCH] Makefile.am: Fix comment. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 548d1fa..308a1f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,11 +75,12 @@ endif SUBDIRS += sparsify endif -# Perl tools and guestmount. +# Perl tools. if HAVE_TOOLS SUBDIRS += tools endif +# guestmount if HAVE_FUSE SUBDIRS += fuse endif -- 1.8.3.1