- fix building

This commit is contained in:
Miroslav Lichvar 2007-03-19 13:41:20 +00:00
parent b4040568ff
commit fd63f20d52
2 changed files with 4 additions and 15 deletions

View File

@ -154,20 +154,6 @@
} }
mutt_clear_error (); mutt_clear_error ();
--- mutt-1.5.14/configure.in.checkmboxsize 2006-09-01 09:00:18.000000000 +0200
+++ mutt-1.5.14/configure.in 2007-03-13 16:22:15.000000000 +0100
@@ -786,11 +786,6 @@
incorrectly cache the attributes of small files.])
fi])
-AC_ARG_ENABLE(buffy-size, AC_HELP_STRING([--enable-buffy-size], [Use file size attribute instead of access time]),
- [if test x$enableval = xyes; then
- AC_DEFINE(BUFFY_SIZE,1,[ Define to enable the "buffy_size" feature. ])
- fi])
-
AC_ARG_ENABLE(mailtool, AC_HELP_STRING([--enable-mailtool], [Enable Sun mailtool attachments support]),
[if test x$enableval = xyes; then
AC_DEFINE(SUN_ATTACHMENT,1,[ Define to enable Sun mailtool attachments support. ])
--- mutt-1.5.14/mx.c.checkmboxsize 2006-08-16 19:21:06.000000000 +0200 --- mutt-1.5.14/mx.c.checkmboxsize 2006-08-16 19:21:06.000000000 +0200
+++ mutt-1.5.14/mx.c 2007-03-13 16:22:15.000000000 +0100 +++ mutt-1.5.14/mx.c 2007-03-13 16:22:15.000000000 +0100
@@ -38,9 +38,7 @@ @@ -38,9 +38,7 @@

View File

@ -1,7 +1,7 @@
Summary: A text mode mail user agent Summary: A text mode mail user agent
Name: mutt Name: mutt
Version: 1.5.14 Version: 1.5.14
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 5 Epoch: 5
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/muttrc.* %{_mandir}/man5/muttrc.*
%changelog %changelog
* Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-3
- fix building
* Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-2 * Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-2
- add check_mbox_size configuration variable; if enabled, file size is used - add check_mbox_size configuration variable; if enabled, file size is used
instead of access time when checking for new mail instead of access time when checking for new mail