]> granicus.if.org Git - pdns/commitdiff
Kees Monshouwer discovered that RHEL only ships libpq.so and not .a.
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 5 Apr 2011 07:41:26 +0000 (07:41 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 5 Apr 2011 07:41:26 +0000 (07:41 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2144 d19b8d6e-7fed-0310-83ef-9ca221ded41b

configure.ac
pdns/docs/pdns.xml

index 18a47608aa43e430fd49a40dc4dedfc2cd3d54ed..40f9a4ca02f3f87bb72126c597e5db6884aeb577 100644 (file)
@@ -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
index 13115e1fee1fc370a93cfe13c5874b9afba3157d..4bde4d83a634e4453727a1e643dadaa92d7bf8a0 100644 (file)
        <listitem><para>A lot more database connections are made and released</para></listitem>
        </itemizedlist></para>
       </warning></para>
+      <para><note><para>RC1 released on the 4th of April 2011</para></note></para>
       <para>
        Version 3.0 of the PowerDNS Authoritative Server brings a number of important features, as
        well as over two years of accumulated bug fixing.