diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-26 06:27:31 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-26 06:27:31 +0800 |
commit | 8b71e81b3f7dcd3dbd0c79bf23204b1ba4520c00 (patch) | |
tree | 002305c2a8fc957f2c4b48ae3ddf014ddfb40d43 /macros/gnome-vfs.m4 | |
parent | e77b1d39aaf6dc7628719ea2755bd71755b54cae (diff) | |
download | gsoc2013-evolution-8b71e81b3f7dcd3dbd0c79bf23204b1ba4520c00.tar gsoc2013-evolution-8b71e81b3f7dcd3dbd0c79bf23204b1ba4520c00.tar.gz gsoc2013-evolution-8b71e81b3f7dcd3dbd0c79bf23204b1ba4520c00.tar.bz2 gsoc2013-evolution-8b71e81b3f7dcd3dbd0c79bf23204b1ba4520c00.tar.lz gsoc2013-evolution-8b71e81b3f7dcd3dbd0c79bf23204b1ba4520c00.tar.xz gsoc2013-evolution-8b71e81b3f7dcd3dbd0c79bf23204b1ba4520c00.tar.zst gsoc2013-evolution-8b71e81b3f7dcd3dbd0c79bf23204b1ba4520c00.zip |
List fish file system
svn path=/trunk/; revision=400
Diffstat (limited to 'macros/gnome-vfs.m4')
-rw-r--r-- | macros/gnome-vfs.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-vfs.m4 b/macros/gnome-vfs.m4 index 29296eead1..8460076948 100644 --- a/macros/gnome-vfs.m4 +++ b/macros/gnome-vfs.m4 @@ -47,7 +47,7 @@ AC_DEFUN([GNOME_VFS_CHECKS],[ AC_CHECK_FUNCS(pmap_getport pmap_getmaps rresvport) dnl add for source routing support setsockopt AC_CHECK_HEADERS(rpc/pmap_clnt.h) - vfs_flags="$vfs_flags, mcfs, ftpfs" + vfs_flags="$vfs_flags, mcfs, ftpfs, fish" use_net_code=true fi |