Re: [HACKERS] fixing uuid-ossp

2007-05-15 Thread Andrew Dunstan
I wrote: I propose to unbreak this contrib module for machines that don't have uuid.h installed in a directory called ossp (e.g. fc6), by changing #include to #include People who *do* have it installed in such a directory can add to the build with a --with-includes configure directive.

[HACKERS] fixing uuid-ossp

2007-05-15 Thread Andrew Dunstan
I propose to unbreak this contrib module for machines that don't have uuid.h installed in a directory called ossp (e.g. fc6), by changing #include to #include People who *do* have it installed in such a directory can add to the build with a --with-includes configure directive. If someon