diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-25 22:27:31 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-25 22:27:31 +0000 |
commit | 845ef898acada4921b41e541a0f75db5d01a8118 (patch) | |
tree | 6d857db8470db8d90fde70beb1ab552df95c9651 /macros/gnome-vfs.m4 | |
parent | a0ed63e5942c3b4e73d5d19c3d1009cdd11d18ab (diff) | |
download | shared-mime-info-845ef898acada4921b41e541a0f75db5d01a8118.tar.gz |
List fish file system
svn path=/trunk/; revision=402
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 29296eea..84600769 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 |