]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-LIBOBJ.patch
- massive change: BR: openssl-devel >= 0.9.6m
[packages/mutt.git] / mutt-LIBOBJ.patch
CommitLineData
bc67a818 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.031467 seconds and 4 git commands to generate.