File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22#
33# Makefile for the pltcl shared object
44#
5- # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.27 2001/05/09 19:19:00 momjian Exp $
5+ # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.28 2001/05/09 20:08:08 momjian Exp $
66#
77# -------------------------------------------------------------------------
88
@@ -70,7 +70,7 @@ override CFLAGS = $(TCL_CFLAGS_OPTIMIZE) $(TCL_SHLIB_CFLAGS)
7070# first of all calls to the call handler. See the doc in the modules
7171# directory about details.
7272
73- ifeq ($(with_pltcl_unknown ) , yes)
73+ ifeq ($(enable_pltcl_unknown ) , yes)
7474override CPPFLAGS+ = -DPLTCL_UNKNOWN_SUPPORT
7575endif
7676
@@ -99,7 +99,7 @@ pltcl$(DLSUFFIX): pltcl.o
9999
100100install : all installdirs
101101 $(INSTALL_SHLIB ) $(DLOBJS ) $(DESTDIR )$(libdir ) /$(DLOBJS )
102- ifeq ($(with_pltcl_unknown ) , yes)
102+ ifeq ($(enable_pltcl_unknown ) , yes)
103103 $(INSTALL_SCRIPT) modules/pltcl_loadmod \
104104 $(DESTDIR)$(bindir)/pltcl_loadmod
105105 $(INSTALL_SCRIPT) modules/pltcl_delmod \
You can’t perform that action at this time.
0 commit comments