diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-06-30 23:46:10 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-06-30 23:46:10 (GMT) |
commit | ce41e7e2a7ccb73325f3b037f47b9d213594fb4d (patch) | |
tree | 24fb2fd7e7d55de58861cf5eb9f83d40ae5c6c3c /src/postgresql-1-fixes.patch | |
parent | b075a5ca1e7780a041dd32faa8026d1cda9f3cbb (diff) | |
download | mxe-ce41e7e2a7ccb73325f3b037f47b9d213594fb4d.zip mxe-ce41e7e2a7ccb73325f3b037f47b9d213594fb4d.tar.gz mxe-ce41e7e2a7ccb73325f3b037f47b9d213594fb4d.tar.bz2 |
postgresql: remove unneeded patch since b9c230dd
The requirement is really enforced in the last commit.
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/postgresql-1-fixes.patch')
-rw-r--r-- | src/postgresql-1-fixes.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/postgresql-1-fixes.patch b/src/postgresql-1-fixes.patch index 44013d6..add3233 100644 --- a/src/postgresql-1-fixes.patch +++ b/src/postgresql-1-fixes.patch @@ -32,28 +32,3 @@ index 2f8bb3d..441b42b 100644 -- 1.8.1.4 - -From 48f27fc5b79373e696cd8db2a5195d9efc084c13 Mon Sep 17 00:00:00 2001 -From: "a@a.org" <a@a.org> -Date: Mon, 24 Oct 2011 14:09:38 +0200 -Subject: [PATCH 2/2] do not check autoconf version - - -diff --git a/configure.in b/configure.in -index 441b42b..1257071 100644 ---- a/configure.in -+++ b/configure.in -@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros - - AC_INIT([PostgreSQL], [9.2.4], [pgsql-bugs@postgresql.org]) - --m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. --Untested combinations of 'autoconf' and PostgreSQL versions are not --recommended. You can remove the check from 'configure.in' but it is then --your responsibility whether the result works or not.])]) - AC_COPYRIGHT([Copyright (c) 1996-2012, PostgreSQL Global Development Group]) - AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) - AC_CONFIG_AUX_DIR(config) --- -1.8.1.4 - |