Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitacd16ea

Browse files
committed
Change --with-pltcl-unknown to --enable-pltcl-unknown
1 parentf598201 commitacd16ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎configure.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,12 @@ AC_SUBST([with_tcl])
362362
# If Tcl is enabled (above) then check for pltcl_unknown_support
363363
AC_MSG_CHECKING([whether to build with pl/tcl unknown support])
364364
if test "$with_tcl" = yes; then
365-
PGAC_ARG_BOOL(with, pltcl_unknown, no, [ --with-pltcl-unknown build pl/tcl unknown support if Tcl is enabled])
365+
PGAC_ARG_BOOL(with, pltcl_unknown, no, [ --enable-pltcl-unknown build pl/tcl unknown support if Tcl is enabled])
366366
else
367-
with_pltcl_unknown=no
367+
enable_pltcl_unknown=no
368368
fi
369-
AC_MSG_RESULT([$with_pltcl_unknown])
370-
AC_SUBST([with_pltcl_unknown])
369+
AC_MSG_RESULT([$enable_pltcl_unknown])
370+
AC_SUBST([enable_pltcl_unknown])
371371

372372
# If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk
373373
AC_MSG_CHECKING([whether to build with Tk])

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.46 2001/05/09 19:19:00 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.47 2001/05/09 19:41:57 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -588,7 +588,7 @@ su - postgres
588588
</varlistentry>
589589

590590
<varlistentry>
591-
<term>--with-pltcl-unknown</term>
591+
<term>--enable-pltcl-unknown</term>
592592
<listitem>
593593
<para>
594594
Enables enables PL/Tcl unknown support.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp