I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1ef648cfbc75041eddce48ef2e9eb004b7906efd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-11-13T00:13:19Z
Releases: 8.3.0
I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs
itself as libuuid, not libossp-uuid which was the only case expected by
our build support.  Install a configure test to determine which name
to use (and to check that the library is present at all).

Files

PathChange+/−
configure modified +148 −1
configure.in modified +11 −1
contrib/uuid-ossp/Makefile modified +2 −2
src/Makefile.global.in modified +2 −1