diff -Naur wv/wvparse.c wv.mod/wvparse.c --- wv/wvparse.c Fri Nov 16 15:38:04 2001 +++ wv.mod/wvparse.c Thu Dec 6 09:09:34 2001 @@ -1,5 +1,12 @@ #include #include + +/* Don't use GNOMEVFS unless it is requested via config.h + */ +#ifdef HAVE_GNOMEVFS +#undef HAVE_GNOMEVFS +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif