]> git.pld-linux.org Git - packages/inn.git/blame - inn-ac253.patch
unused
[packages/inn.git] / inn-ac253.patch
CommitLineData
cf63e88d
JB
1--- inn-2.3.3/configure.in.orig Thu May 9 22:30:20 2002
2+++ inn-2.3.3/configure.in Thu May 9 22:31:32 2002
3dc5b213
JB
3@@ -1263,7 +1263,7 @@
4 dnl We need both *rlimit functions.
5 dnl
6 dnl FIXME: Better to use the standard #defines.
7-AC_CHECK_FUNC(getrlimit, AC_CHECK_FUNC(setrlimit, AC_DEFINE(HAVE_RLIMIT)))
8+AC_CHECK_FUNC(getrlimit, [AC_CHECK_FUNC(setrlimit, AC_DEFINE(HAVE_RLIMIT))])
9
10 dnl Check for sysconf, getdtablesize, and then ulimit in that order; we'll
11 dnl use them to figure out our current file descriptor limit.
cf63e88d
JB
12@@ -1297,7 +1297,7 @@
13 INN_TYPE_FPOS_T_LARGE
14 fi
15
16-MISSING_OBJ="$LIBOBJS"
17+MISSING_OBJ="$LIB@&t@OBJS"
18 MISSING_SRC=`echo "$MISSING_OBJ" | sed 's/\.o/.c/g'`
19
20 if test "$ac_cv_func_strcasecmp" = no ; then
This page took 0.098601 seconds and 4 git commands to generate.