]> git.sesse.net Git - vlc/commitdiff
Default disable gnomevfs access plugin as it doesn't work anyway
authorPavlov Konstantin <thresh@videolan.org>
Sun, 17 Dec 2006 23:32:24 +0000 (23:32 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Sun, 17 Dec 2006 23:32:24 +0000 (23:32 +0000)
configure.ac

index 13c78c43c0725f3959872b827002d42afae5660f..e9d9036dcc62236b7ec9ea0a55035053143d7855 100644 (file)
@@ -2143,8 +2143,8 @@ dnl
 dnl  gnomeVFS access module
 dnl
 AC_ARG_ENABLE(gnomevfs,
-  [  --enable-gnomevfs       GnomeVFS access module (default enabled)])
-if test "${enable_gnomevfs}" != "no
+  [  --enable-gnomevfs       GnomeVFS access module (default disabled)])
+if test "${enable_gnomevfs}" = "yes
 then
   PKG_CHECK_MODULES(GNOMEVFS, gnome-vfs-2.0,
     VLC_ADD_LDFLAGS([access_gnomevfs],[$GNOMEVFS_LIBS])