From 315dd3ced65b17d506c1c3ac3426d7ff8ba31e13 Mon Sep 17 00:00:00 2001 From: Jacob Berkman Date: Mon, 26 Jul 1999 01:34:52 +0000 Subject: [PATCH] revert those changes for now --- ChangeLog | 4 ---- configure.in | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) 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