mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
1999-07-25 Jacob Berkman <jberkman@andrew.cmu.edu>
* configure.in (undelfs_o): test against 'xyes' and not 'yes'
This commit is contained in:
parent
09373628b3
commit
498903ace9
@ -1,3 +1,7 @@
|
|||||||
|
1999-07-25 Jacob Berkman <jberkman@andrew.cmu.edu>
|
||||||
|
|
||||||
|
* configure.in (undelfs_o): test against 'xyes' and not 'yes'
|
||||||
|
|
||||||
1999-07-21 Paul Sheer <psheer@obsidian.co.za>
|
1999-07-21 Paul Sheer <psheer@obsidian.co.za>
|
||||||
|
|
||||||
* gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
|
* gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
|
||||||
|
@ -964,9 +964,9 @@ AC_ARG_WITH(netrc,
|
|||||||
undelfs_o=""
|
undelfs_o=""
|
||||||
AC_DEFUN(AC_EXT2_UNDEL, [
|
AC_DEFUN(AC_EXT2_UNDEL, [
|
||||||
GNOME_UNDELFS_CHECKS
|
GNOME_UNDELFS_CHECKS
|
||||||
if test "$ext2fs_undel" = yes; then
|
if test "$ext2fs_undel" = xyes; then
|
||||||
AC_MSG_RESULT(With ext2fs file recovery code)
|
AC_MSG_RESULT(With ext2fs file recovery code)
|
||||||
vfs_flags="${vfs_flags}, undelfs"
|
vfs_flags="$vfs_flags, undelfs"
|
||||||
undelfs_o="undelfs.o"
|
undelfs_o="undelfs.o"
|
||||||
LIBS="$LIBS $EXT2FS_UNDEL_LIBS"
|
LIBS="$LIBS $EXT2FS_UNDEL_LIBS"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user