]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-LIBOBJ.patch
- massive change: BR: openssl-devel >= 0.9.6m
[packages/mutt.git] / mutt-LIBOBJ.patch
1 --- mutt-1.3.99/configure.in~   Tue May 21 21:58:55 2002
2 +++ mutt-1.3.99/configure.in    Tue May 21 22:00:58 2002
3 @@ -293,7 +293,7 @@
4  AC_CHECK_FUNCS(snprintf, , [mutt_cv_snprintf=yes])
5  AC_CHECK_FUNCS(vsnprintf, , [mutt_cv_snprintf=yes])
6  if test $mutt_cv_snprintf = yes; then
7 -        LIBOBJS="$LIBOBJS snprintf.o"
8 +        AC_LIBOBJ(snprintf)
9  fi
10  
11  dnl SCO uses chsize() instead of ftruncate()
12 @@ -325,7 +325,7 @@
13  
14  if test $mutt_cv_regex = yes; then
15          AC_DEFINE(USE_GNU_REGEX,1,[ Define if you want to use the included regex.c. ])
16 -        LIBOBJS="$LIBOBJS regex.o"
17 +        AC_LIBOBJ(regex)
18  fi
19  
20  
This page took 0.112235 seconds and 3 git commands to generate.