mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* acinclude.m4: Replace undelfs_o with use_undelfs.
* configure.in: Likewise. Don't substitute it.
This commit is contained in:
parent
05af9f14c7
commit
6d53415313
@ -1,5 +1,8 @@
|
||||
2002-09-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* acinclude.m4: Replace undelfs_o with use_undelfs.
|
||||
* configure.in: Likewise. Don't substitute it.
|
||||
|
||||
* configure.in: Simplify processing of without-edit. Replace
|
||||
several variables with use_edit.
|
||||
* acinclude.m4: Remove AC_WITH_EDIT.
|
||||
|
@ -660,7 +660,7 @@ AC_DEFUN([AC_EXT2_UNDEL], [
|
||||
if test "$ext2fs_undel" = yes; then
|
||||
AC_MSG_NOTICE([using ext2fs file recovery code])
|
||||
vfs_flags="${vfs_flags}, undelfs"
|
||||
undelfs_o="undelfs.o"
|
||||
use_undelfs=yes
|
||||
MCLIBS="$MCLIBS $EXT2FS_UNDEL_LIBS"
|
||||
else
|
||||
AC_MSG_NOTICE([not using ext2fs file recovery code])
|
||||
|
@ -508,8 +508,6 @@ else
|
||||
fi
|
||||
|
||||
|
||||
undelfs_o=""
|
||||
|
||||
if test $use_vfs = yes; then
|
||||
AC_ARG_WITH(ext2undel,
|
||||
[ --with-ext2undel Compile with ext2 undelete code [[yes if found]]],
|
||||
@ -525,8 +523,6 @@ if test $use_vfs = yes; then
|
||||
])
|
||||
fi
|
||||
|
||||
AC_SUBST(undelfs_o)
|
||||
|
||||
|
||||
dnl Ncurses specific checks
|
||||
dnl
|
||||
@ -655,7 +651,7 @@ fi
|
||||
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 "$undelfs_o"])
|
||||
AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$use_undelfs"])
|
||||
AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$use_smbfs"])
|
||||
AM_CONDITIONAL(USE_MCFS, [test -n "$use_mcfs"])
|
||||
AM_CONDITIONAL(INCLUDED_SLANG,
|
||||
|
Loading…
Reference in New Issue
Block a user