Thread: pgsql (configure configure.in)

pgsql (configure configure.in)

From
Peter Eisentraut - PostgreSQL
Date:
  Date: Friday, June 30, 2000 @ 12:10:39
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql
     from hub.org:/home/projects/pgsql/tmp/cvs-serv79126

Modified Files:
    configure configure.in

-----------------------------  Log Message  -----------------------------

Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>

Don't use DISABLE_COMPLEX_MACRO on Solaris. Don't define the
replacement function in the header file. Use -KPIC, not -K PIC.
Use CC to link C++ libraries, not ld/ar.

Eliminate file not found warnings in tcl build code.