diff --git a/ChangeLog b/ChangeLog index 80ee5dd32..7cb856a7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,3 @@ -1999-07-25 Jacob Berkman - - * configure.in (undelfs_o): test against 'xyes' and not 'yes' - 1999-07-21 Paul Sheer * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c, diff --git a/configure.in b/configure.in index 6db33b21d..1616fe80d 100644 --- a/configure.in +++ b/configure.in @@ -964,9 +964,9 @@ AC_ARG_WITH(netrc, undelfs_o="" AC_DEFUN(AC_EXT2_UNDEL, [ GNOME_UNDELFS_CHECKS - if test "$ext2fs_undel" = xyes; then + if test "$ext2fs_undel" = yes; then AC_MSG_RESULT(With ext2fs file recovery code) - vfs_flags="$vfs_flags, undelfs" + vfs_flags="${vfs_flags}, undelfs" undelfs_o="undelfs.o" LIBS="$LIBS $EXT2FS_UNDEL_LIBS" else