[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1201-gcd35
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1201-gcd355e4 |
Date: |
Fri, 16 Apr 2010 16:32:54 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via cd355e4dfb00c5a3b4e63779788f8aaadd10396f (commit)
from 91946022cdf4716dee3d802dd9827169cf995912 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cd355e4dfb00c5a3b4e63779788f8aaadd10396f
Author: Ben Pfaff <address@hidden>
Date: Thu Apr 15 22:23:09 2010 -0700
configure: Improve check for PostgreSQL's libpq.
Previously this test did not check that linking against libpq worked.
This commit fixes that. Besides broken installations this also guards
against pg_config that is applicable to the host when cross-compiling to
Mingw, which doesn't always show up as cross-compiling since some systems
can still run the Mingw binaries if Wine is installed as a binary
interpreter for Windows executables.
This also fixes a minor issue where -lpq was being added to the default
LIBS as well as to PG_LIBS, which meant that every PSPP binary was being
linked against it, not just the ones that needed it (which were being
linked against it twice).
Problem reported by Michel Boaventura <address@hidden>.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 86 +++++++++++++++++++++++++++++++++++++++-------------------
1 files changed, 58 insertions(+), 28 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1201-gcd355e4,
Ben Pfaff <=