pgsql: Cause configure --with-tcl to check for presence of <tcl.h>, as

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cause configure --with-tcl to check for presence of <tcl.h>, as
Date: 2004-12-16 20:41:04
Message-ID: 20041216204104.5125A3CB04D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Cause configure --with-tcl to check for presence of <tcl.h>, as per
gripe from John Gray. Also fix thinko in pltcl Makefile: if a special
Tcl include directory is specified, that ought to be searched first.

Modified Files:
--------------
pgsql:
configure (r1.416 -> r1.417)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.416&r2=1.417)
configure.in (r1.390 -> r1.391)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.390&r2=1.391)
pgsql/src/pl/tcl:
Makefile (r1.43 -> r1.44)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/Makefile.diff?r1=1.43&r2=1.44)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-12-16 22:05:08 pgsql: Update version for Win32-client include file.
Previous Message Bruce Momjian 2004-12-16 18:13:08 pgsql: Allow --enable-thread-safety with --disable-shared libraries by