Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
acd16ead
Commit
acd16ead
authored
May 09, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change --with-pltcl-unknown to --enable-pltcl-unknown
parent
f5982013
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure.in
configure.in
+4
-4
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+2
-2
No files found.
configure.in
View file @
acd16ead
...
...
@@ -362,12 +362,12 @@ AC_SUBST([with_tcl])
# If Tcl is enabled (above) then check for pltcl_unknown_support
AC_MSG_CHECKING([whether to build with pl/tcl unknown support])
if test "$with_tcl" = yes; then
PGAC_ARG_BOOL(with, pltcl_unknown, no, [ --
with
-pltcl-unknown build pl/tcl unknown support if Tcl is enabled])
PGAC_ARG_BOOL(with, pltcl_unknown, no, [ --
enable
-pltcl-unknown build pl/tcl unknown support if Tcl is enabled])
else
with
_pltcl_unknown=no
enable
_pltcl_unknown=no
fi
AC_MSG_RESULT([$
with
_pltcl_unknown])
AC_SUBST([
with
_pltcl_unknown])
AC_MSG_RESULT([$
enable
_pltcl_unknown])
AC_SUBST([
enable
_pltcl_unknown])
# If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk
AC_MSG_CHECKING([whether to build with Tk])
...
...
doc/src/sgml/installation.sgml
View file @
acd16ead
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.4
6 2001/05/09 19:19:00
momjian Exp $ -->
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.4
7 2001/05/09 19:41:57
momjian Exp $ -->
<
chapter
id
=
"installation"
>
<
title
><
![%flattext-install-include[<productname>PostgreSQL</>]]>
...
...
@@ -588,7 +588,7 @@ su - postgres
</
varlistentry
>
<
varlistentry
>
<
term
>--
with
-
pltcl
-
unknown
</
term
>
<
term
>--
enable
-
pltcl
-
unknown
</
term
>
<
listitem
>
<
para
>
Enables
enables
PL
/
Tcl
unknown
support
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment