]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-ac_fixes.patch
- release 9,
[packages/postgresql.git] / postgresql-ac_fixes.patch
CommitLineData
af193b36 1--- postgresql-7.1.3/config/ac_func_accept_argtypes.m4~ Thu Nov 9 19:18:42 2000
2+++ postgresql-7.1.3/config/ac_func_accept_argtypes.m4 Sun Aug 19 02:18:31 2001
3@@ -37,7 +37,7 @@
4 # which is *not* 'socklen_t *'). If we detect that, then we assume
5 # 'int' as the result, because that ought to work best.
6
7-AC_DEFUN(AC_FUNC_ACCEPT_ARGTYPES,
8+AC_DEFUN([AC_FUNC_ACCEPT_ARGTYPES],
9 [AC_MSG_CHECKING([types of arguments for accept()])
10 AC_CACHE_VAL(ac_cv_func_accept_arg1,dnl
11 [AC_CACHE_VAL(ac_cv_func_accept_arg2,dnl
12--- postgresql-7.1.3/configure.in~ Sun Aug 19 01:26:31 2001
13+++ postgresql-7.1.3/configure.in Sun Aug 19 02:22:05 2001
14@@ -288,7 +288,7 @@
15 fi
16 echo "using CFLAGS=$CFLAGS"
17 # Check if the compiler still works with the template settings
18-AC_PROG_CC_WORKS
19+AC_PROG_CC
20 AC_EXEEXT
21 AC_PROG_CPP
22 AC_PROG_GCC_TRADITIONAL
This page took 0.074756 seconds and 4 git commands to generate.