Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6319f5d

Browse files
committed
autoconf
1 parent acd16ea commit 6319f5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ac_help="$ac_help
4343
ac_help="$ac_help
4444
--with-tcl build Tcl and Tk interfaces"
4545
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"
4747
ac_help="$ac_help
4848
--without-tk do not build Tk interfaces if Tcl is enabled"
4949
ac_help="$ac_help
@@ -1761,9 +1761,9 @@ else
17611761

17621762
fi
17631763
else
1764-
with_pltcl_unknown=no
1764+
enable_pltcl_unknown=no
17651765
fi
1766-
echo "$ac_t""$with_pltcl_unknown" 1>&6
1766+
echo "$ac_t""$enable_pltcl_unknown" 1>&6
17671767

17681768

17691769
# 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
81268126
s%@autodepend@%$autodepend%g
81278127
s%@INCLUDES@%$INCLUDES%g
81288128
s%@with_tcl@%$with_tcl%g
8129-
s%@with_pltcl_unknown@%$with_pltcl_unknown%g
8129+
s%@enable_pltcl_unknown@%$enable_pltcl_unknown%g
81308130
s%@with_tk@%$with_tk%g
81318131
s%@with_perl@%$with_perl%g
81328132
s%@PYTHON@%$PYTHON%g

0 commit comments

Comments
 (0)