Since we only use libld on AIX, don't include it in LIBS on any other
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Feb 2006 17:23:10 +0000 (17:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 15 Feb 2006 17:23:10 +0000 (17:23 +0000)
commitbba11cdd97cffc72207265f21eed30fad2813d5d
tree39917964d02ba28fd89f06031dd335bc55b55f35
parent0ad14ebc8d1e4d1f524519ef4584fd293717832a
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.
configure
configure.in