pgsql: Since we only use libld on AIX, don't include it in LIBS on any

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Since we only use libld on AIX, don't include it in LIBS on any
Date: 2006-02-15 17:23:12
Message-ID: 20060215172312.85E499DC835@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Since we only use libld on AIX, don't include it in LIBS on any other
platforms (it does exist on HPUX, for one). We could probably even make
this a test for specific AIX versions, but I don't know which ones need it.

Modified Files:
--------------
pgsql:
configure.in (r1.448 -> r1.449)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.448&r2=1.449)
configure (r1.478 -> r1.479)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.478&r2=1.479)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2006-02-16 01:03:49 pgsql: Put the first section of a chapter in its own chunk.
Previous Message Tom Lane 2006-02-15 16:08:47 Re: pgsql: Move btbulkdelete's vacuum_delay_point()