]> git.pld-linux.org Git - packages/inn.git/blame - inn-ac253.patch
- oops, it's 3.7-4 not 3.7.4
[packages/inn.git] / inn-ac253.patch
CommitLineData
45c9b47c
JB
1diff -Nur inn-2.4.0.orig/configure.in inn-2.4.0/configure.in
2--- inn-2.4.0.orig/configure.in 2003-06-29 13:20:49.000000000 +0200
3+++ inn-2.4.0/configure.in 2003-06-29 13:22:13.000000000 +0200
4@@ -803,7 +803,7 @@
5 AC_SEARCH_LIBS(setproctitle, util,
6 [AC_DEFINE(HAVE_SETPROCTITLE, 1,
7 [Define if you have the setproctitle function.])],
8- [LIBOBJS="$LIBOBJS setproctitle.o"
9+ [AC_LIBOBJ([setproctitle])
10 AC_CHECK_FUNCS(pstat)])
3dc5b213 11
45c9b47c
JB
12 dnl The rat's nest of networking libraries. The common cases are not to
13@@ -1406,7 +1406,7 @@
14 AC_DEFINE([HAVE_INET_NTOA], 1,
15 [Define if your system has a working inet_ntoa function.])
16 else
17- LIBOBJS="$LIBOBJS inet_ntoa.${ac_objext}"
18+ AC_LIBOBJ([inet_ntoa])
19 fi])
20 INN_FUNC_INET_NTOA
cf63e88d 21
45c9b47c
JB
22@@ -1554,7 +1554,7 @@
23 AC_DEFINE([HAVE_SNPRINTF], 1,
24 [Define if your system has a working snprintf function.])
25 else
26- LIBOBJS="$LIBOBJS snprintf.${ac_objext}"
27+ AC_LIBOBJ([snprintf])
28 fi])
29 INN_FUNC_SNPRINTF
cf63e88d 30
This page took 0.079794 seconds and 4 git commands to generate.