diff options
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 cd701eb22c..916c39e12f 100644 --- a/macros/gnome-vfs.m4 +++ b/macros/gnome-vfs.m4 @@ -49,7 +49,7 @@ AC_DEFUN([GNOME_WITH_VFS],[ 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, fish" + vfs_flags="$vfs_flags, mcfs, ftpfs, smbfs, fish" use_net_code=true fi |