7d2fe0b571
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1454 6952d904-891a-0410-993b-d76249ca496b
17 lines
757 B
Diff
17 lines
757 B
Diff
http://www.midnight-commander.org/ticket/1459
|
|
|
|
Patch from upstream git
|
|
|
|
diff -ur mc-4.7.0-pre1.orig/configure.ac mc-4.7.0-pre1/configure.ac
|
|
--- mc-4.7.0-pre1.orig/configure.ac 2009-07-31 19:36:24.000000000 +0300
|
|
+++ mc-4.7.0-pre1/configure.ac 2009-08-05 15:16:25.000000000 +0300
|
|
@@ -535,7 +535,7 @@
|
|
AM_CONDITIONAL(USE_EDIT, [test -n "$use_edit"])
|
|
AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
|
|
AM_CONDITIONAL(USE_VFS_NET, [test x"$use_net_code" = xtrue])
|
|
-AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$use_undelfs"])
|
|
+AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$enable_vfs_undelfs"])
|
|
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$use_smbfs"])
|
|
AM_CONDITIONAL(ENABLE_MCSERVER, [test x"$enable_mcserver" = "xyes"])
|
|
AM_CONDITIONAL(CHARSET, [test -n "$have_charset"])
|