[gvfs/wip/goa: 1/3] build: Fix the comments to reflect reality



commit c733724e64dc7ec9f6758f23023aef0900343f89
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Oct 21 15:46:49 2014 +0200

    build: Fix the comments to reflect reality
    
    A volume monitor is different from a GVfs backend.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=739008

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 687cee1..92453f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -385,10 +385,10 @@ AC_SUBST(AFC_CFLAGS)
 
 AM_CONDITIONAL(USE_AFC, [test "$msg_afc" = "yes"])
 
-dnl *************************************************
-dnl *** Check if we should build with GOA backend ***
-dnl *************************************************
-AC_ARG_ENABLE(goa, AS_HELP_STRING([--disable-goa],[build without GOA backend]))
+dnl ********************************************************
+dnl *** Check if we should build with GOA volume monitor ***
+dnl ********************************************************
+AC_ARG_ENABLE(goa, AS_HELP_STRING([--disable-goa],[build without GOA volume monitor]))
 msg_goa=no
 GOA_LIBS=
 GOA_CFLAGS=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]