Merge branch '4549_subshell_execl_argv0'
[midnight-commander.git] / m4.include / vfs / mc-vfs-cpiofs.m4
blobd9c1e47e72b727321c71adb6a21bcf4ea9b09f67
1 dnl CPIO filesystem support
2 AC_DEFUN([mc_VFS_CPIOFS],
4     AC_ARG_ENABLE([vfs-cpio],
5                     AS_HELP_STRING([--enable-vfs-cpio], [Support for cpio filesystem @<:@yes@:>@]))
6     if test "$enable_vfs" = "yes" -a x"$enable_vfs_cpio" != x"no"; then
7         enable_vfs_cpio="yes"
8         AC_DEFINE([ENABLE_VFS_CPIO], [1], [Support for cpio filesystem])
9         mc_VFS_ADDNAME([cpio])
10     fi
11     AM_CONDITIONAL(ENABLE_VFS_CPIO, [test "$enable_vfs" = "yes" -a x"$enable_vfs_cpio" = x"yes"])