diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-03 12:03:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-03 12:03:24 +0200 |
commit | 9ab44f12739c40f82c295cab482dc3fcbb656e0f (patch) | |
tree | 9cd5050f6622f21d8e0d9c617d5732553db80b9d /configure.ac | |
parent | b267ee91d24ee093a40325300c10d12f3e8d023b (diff) |
Adapt AS_HELP_STRINGs
...to b7b3a90f5a3fc22247e4eb6b12b55f0366c74241 "make gio the default instead of
crufty old gnome-vfs."
Change-Id: Ia6d250ec567f24d6bec3deb4a3d41a118b29b57d
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 66a59668e993..598e7dac0368 100644 --- a/configure.ac +++ b/configure.ac @@ -920,13 +920,13 @@ AC_ARG_ENABLE(gconf, ,enable_gconf=yes) AC_ARG_ENABLE(gnome-vfs, - AS_HELP_STRING([--disable-gnome-vfs], + AS_HELP_STRING([--enable-gnome-vfs], [Determines whether to use the Gnome Virtual Filing System on platforms where that VFS is available.]), ,enable_gnome_vfs=no) AC_ARG_ENABLE(gio, - AS_HELP_STRING([--enable-gio], + AS_HELP_STRING([--disable-gio], [Determines whether to use the GIO support.]), ,enable_gio=yes) |