summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2014-10-21 15:46:49 +0200
committerDebarshi Ray <debarshir@gnome.org>2014-11-27 14:34:04 +0100
commit1e907472c74c37a6d9a0db5081cc4c41cb34b9d5 (patch)
tree2821e82d81ba7b9982829a7ffc3044d9255a9506
parentebfe26c66b16d909d2df234968e6565b255ac160 (diff)
downloadgvfs-1e907472c74c37a6d9a0db5081cc4c41cb34b9d5.tar.gz
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
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index f4913b00..8e2502ca 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=