From: Bert Hubert Date: Tue, 5 Apr 2011 07:41:26 +0000 (+0000) Subject: Kees Monshouwer discovered that RHEL only ships libpq.so and not .a. X-Git-Tag: auth-3.0~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c9d3d822320513f09c254fcb447fb685051492d;p=pdns Kees Monshouwer discovered that RHEL only ships libpq.so and not .a. git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2144 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/configure.ac b/configure.ac index 18a47608a..40f9a4ca0 100644 --- a/configure.ac +++ b/configure.ac @@ -386,7 +386,7 @@ then PGSQL_libdir= for m in $PGSQL_lib_check; do if test -d "$m" && \ - (test -f "$m/libpq.a" || test -f "$m/libpq++.a") + (test -f "$m/libpq.a" || test -f "$m/libpq.so") then PGSQL_libdir=$m break diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 13115e1fe..4bde4d83a 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -110,6 +110,7 @@ A lot more database connections are made and released + RC1 released on the 4th of April 2011 Version 3.0 of the PowerDNS Authoritative Server brings a number of important features, as well as over two years of accumulated bug fixing.