pgsql: Adjust -Wl,--asneeded test to avoid using the switch if it breaks - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Adjust -Wl,--asneeded test to avoid using the switch if it breaks
Date
Msg-id 20080520033022.4568E754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust -Wl,--asneeded test to avoid using the switch if it breaks
libreadline.  What we will do for compatibility :-(

Modified Files:
--------------
    pgsql/config:
        c-compiler.m4 (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/c-compiler.m4?r1=1.17&r2=1.18)
    pgsql:
        configure (r1.595 -> r1.596)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.595&r2=1.596)
        configure.in (r1.561 -> r1.562)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.561&r2=1.562)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Simplify code in formatting.c now that to upper/lower/initcase do
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: updates to Entity Framework support for .NET 3.5 SP1