]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- a fix for new autoconf
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 22 May 2002 05:07:55 +0000 (05:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt-LIBOBJ.patch -> 1.1

mutt-LIBOBJ.patch [new file with mode: 0644]

diff --git a/mutt-LIBOBJ.patch b/mutt-LIBOBJ.patch
new file mode 100644 (file)
index 0000000..bbca940
--- /dev/null
@@ -0,0 +1,20 @@
+--- 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
This page took 0.030425 seconds and 4 git commands to generate.