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

Started by Tom Laneover 20 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)