summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-12 20:41:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-12 20:41:40 (GMT)
commit0a059e0ac765f91e397cbf13a617b6ffe6b1c02a (patch)
tree5fd570527bd745435c774b5b7745a11bf516d6a0 /win/configure.in
parentc748766c59dabb2bec19ab6e3a9f3b3b66975a9b (diff)
parentf2067061a65c27001d806ced018ed3d2a34a35de (diff)
downloadtk-0a059e0ac765f91e397cbf13a617b6ffe6b1c02a.zip
tk-0a059e0ac765f91e397cbf13a617b6ffe6b1c02a.tar.gz
tk-0a059e0ac765f91e397cbf13a617b6ffe6b1c02a.tar.bz2
minor clean-up of tkInt.decls
disallow colors like xellow configure changes for cygwin
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/win/configure.in b/win/configure.in
index ffff819..75c9e7a 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -75,6 +75,13 @@ SC_ENABLE_THREADS
SC_ENABLE_SHARED
#--------------------------------------------------------------------
+# Locate and source the tclConfig.sh file.
+#--------------------------------------------------------------------
+
+SC_PATH_TCLCONFIG($TK_PATCH_LEVEL)
+SC_LOAD_TCLCONFIG
+
+#--------------------------------------------------------------------
# The statements below define a collection of compile flags. This
# macro depends on the value of SHARED_BUILD, and should be called
# after SC_ENABLE_SHARED checks the configure switches.
@@ -128,13 +135,6 @@ TK_DBGX=${DBGX}
SC_EMBED_MANIFEST(wish.exe.manifest)
-#--------------------------------------------------------------------
-# Locate and source the tclConfig.sh file.
-#--------------------------------------------------------------------
-
-SC_PATH_TCLCONFIG($TK_PATCH_LEVEL)
-SC_LOAD_TCLCONFIG
-
SC_BUILD_TCLSH
SC_PROG_TCLSH