Merge branch '1981_AM_PROG_CC_C_O'
[midnight-commander.git] / m4.include / vfs / mc-vfs-sfs.m4
blobf2db2d3bae06776a424524fafd1ab98bc3e529d9
1 dnl SFS support
2 AC_DEFUN([AC_MC_VFS_SFS],
4     AC_ARG_ENABLE([sfs],
5                   [  --enable-vfs-sfs        Support for sfs [[yes]]])
6     if test x"$enable_vfs_sfs" != x"no"; then
7         enable_vfs_sfs="yes"
8         AC_MC_VFS_ADDNAME([sfs])
9         AC_DEFINE([ENABLE_VFS_SFS], [1], [Support for sfs])
10     fi
11     AM_CONDITIONAL(ENABLE_VFS_SFS, [test x"$enable_vfs_sfs" = x"yes"])