From cf934616a2dd5526c062574b2d7743120c5352c3 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 16 Feb 2004 13:13:01 +0000 Subject: [PATCH] - obsolete Changed files: mutt-LIBOBJ.patch -> 1.2 --- mutt-LIBOBJ.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 mutt-LIBOBJ.patch diff --git a/mutt-LIBOBJ.patch b/mutt-LIBOBJ.patch deleted file mode 100644 index bbca940..0000000 --- a/mutt-LIBOBJ.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- mutt-1.3.99/configure.in~ Tue May 21 21:58:55 2002 -+++ mutt-1.3.99/configure.in Tue May 21 22:00:58 2002 -@@ -293,7 +293,7 @@ - AC_CHECK_FUNCS(snprintf, , [mutt_cv_snprintf=yes]) - AC_CHECK_FUNCS(vsnprintf, , [mutt_cv_snprintf=yes]) - if test $mutt_cv_snprintf = yes; then -- LIBOBJS="$LIBOBJS snprintf.o" -+ AC_LIBOBJ(snprintf) - fi - - dnl SCO uses chsize() instead of ftruncate() -@@ -325,7 +325,7 @@ - - if test $mutt_cv_regex = yes; then - AC_DEFINE(USE_GNU_REGEX,1,[ Define if you want to use the included regex.c. ]) -- LIBOBJS="$LIBOBJS regex.o" -+ AC_LIBOBJ(regex) - fi - - -- 2.43.0