1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

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.
This commit is contained in:
Tom Lane
2004-12-16 20:41:01 +00:00
parent d0c01f29df
commit 8ec9608326
3 changed files with 123 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
#
# Makefile for the pltcl shared object
#
# $PostgreSQL: pgsql/src/pl/tcl/Makefile,v 1.43 2004/09/14 03:21:27 tgl Exp $
# $PostgreSQL: pgsql/src/pl/tcl/Makefile,v 1.44 2004/12/16 20:41:01 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -11,7 +11,7 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS += $(TCL_INCLUDE_SPEC)
override CPPFLAGS := $(TCL_INCLUDE_SPEC) $(CPPFLAGS)
# Find out whether Tcl was built as a shared library --- if not, we