OSDN Git Service

Fix typo of tcl8.6 master
authorTAMUKI Shoichi <tamuki@linet.gr.jp>
Sat, 6 Oct 2018 10:12:44 +0000 (19:12 +0900)
committerTAMUKI Shoichi <tamuki@linet.gr.jp>
Sat, 6 Oct 2018 10:12:44 +0000 (19:12 +0900)
Fix that Tcl/Tk was not enabled due to the typo.

Signed-off-by: TAMUKI Shoichi <tamuki@linet.gr.jp>
configure.in

index ee44903..b79957f 100644 (file)
@@ -1819,7 +1819,7 @@ CONFIG_INTERFACE(tcltk,TCLTK,k,
 
     tcl_lib=
     tk_lib=
-    for l in tcl tck8.6 tcl8.5 tcl8.4 tcl84 tcl8.3 tcl8.0jp tcl7.6jp tcl80jp tcl76jp tcl8.0 tcl7.6 tcl80 tcl76; do
+    for l in tcl tcl8.6 tcl8.5 tcl8.4 tcl84 tcl8.3 tcl8.0jp tcl7.6jp tcl80jp tcl76jp tcl8.0 tcl7.6 tcl80 tcl76; do
       case "x$tcl_lib" in x) AC_CHECK_LIB($l,Tcl_Init,tcl_lib=-l$l);; esac
     done
     LIBS="$LIBS $tcl_lib"