From 615cc529f556ad472da8a8f10cecd08938f519b7 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. (cherry picked from commit c6be95453d66ea714a9813a21cfb224d8e346d9e) --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ca31727..dcd11eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,11 +71,12 @@ SUBDIRS += resize endif endif -# Perl tools and guestmount. +# Perl tools. if HAVE_TOOLS SUBDIRS += tools endif +# guestmount if HAVE_FUSE SUBDIRS += fuse endif -- 1.8.3.1