File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ac_help="$ac_help
43
43
ac_help=" $ac_help
44
44
--with-tcl build Tcl and Tk interfaces"
45
45
ac_help=" $ac_help
46
- --with -pltcl-unknown build pl/tcl unknown support if Tcl is enabled"
46
+ --enable -pltcl-unknown build pl/tcl unknown support if Tcl is enabled"
47
47
ac_help=" $ac_help
48
48
--without-tk do not build Tk interfaces if Tcl is enabled"
49
49
ac_help=" $ac_help
@@ -1761,9 +1761,9 @@ else
1761
1761
1762
1762
fi
1763
1763
else
1764
- with_pltcl_unknown =no
1764
+ enable_pltcl_unknown =no
1765
1765
fi
1766
- echo " $ac_t " " $with_pltcl_unknown " 1>&6
1766
+ echo " $ac_t " " $enable_pltcl_unknown " 1>&6
1767
1767
1768
1768
1769
1769
# If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk
@@ -8126,7 +8126,7 @@ s%@GCC@%$GCC%g
8126
8126
s%@autodepend@%$autodepend %g
8127
8127
s%@INCLUDES@%$INCLUDES %g
8128
8128
s%@with_tcl@%$with_tcl %g
8129
- s%@with_pltcl_unknown @%$with_pltcl_unknown %g
8129
+ s%@enable_pltcl_unknown @%$enable_pltcl_unknown %g
8130
8130
s%@with_tk@%$with_tk %g
8131
8131
s%@with_perl@%$with_perl %g
8132
8132
s%@PYTHON@%$PYTHON %g
You can’t perform that action at this time.
0 commit comments