mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
to the final configuration message.
This commit is contained in:
parent
7571ef816d
commit
ed23ead700
@ -1,3 +1,8 @@
|
||||
2002-10-21 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* acinclude.m4 (MC_WITH_VFS): cpiofs and extfs were never added
|
||||
to the final configuration message.
|
||||
|
||||
2002-10-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* doc/hu/Makefile.am: Generate Hungarian help file from the
|
||||
|
@ -73,7 +73,7 @@ AC_DEFUN([MC_WITH_VFS],[
|
||||
done
|
||||
fi
|
||||
|
||||
vfs_flags="tarfs"
|
||||
vfs_flags="cpiofs, extfs, tarfs"
|
||||
use_net_code=false
|
||||
if test $have_socket = yes; then
|
||||
AC_STRUCT_LINGER
|
||||
|
Loading…
Reference in New Issue
Block a user