]> git.pld-linux.org Git - packages/inn.git/blob - inn-ac253.patch
- fixed previous change
[packages/inn.git] / inn-ac253.patch
1 diff -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)])
11  
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
21  
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
30  
This page took 0.035176 seconds and 3 git commands to generate.