summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-15 07:16:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-15 07:16:46 (GMT)
commit8dc126139592299e8d3c5a29e840a9711ca540d1 (patch)
tree9104201315775b876da841f0a03a403126980aab /unix/configure.ac
parentce0292947c3d5a70d1c78251dfdf5f47bc752924 (diff)
downloadtk-8dc126139592299e8d3c5a29e840a9711ca540d1.zip
tk-8dc126139592299e8d3c5a29e840a9711ca540d1.tar.gz
tk-8dc126139592299e8d3c5a29e840a9711ca540d1.tar.bz2
Fix [94eeb111fb]: macos, linux: configuration: unable to build using trunk.
For now by reverting [a9c9a75b5ba1f4a6].
Diffstat (limited to 'unix/configure.ac')
-rw-r--r--unix/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index 951eb99..f12d8de 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -32,8 +32,6 @@ LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"
#--------------------------------------------------------------------
# Find and load the tclConfig.sh file
#--------------------------------------------------------------------
-SC_PROG_TCLSH
-SC_BUILD_TCLSH
SC_PATH_TCLCONFIG
SC_LOAD_TCLCONFIG
@@ -49,6 +47,8 @@ Found config for Tcl ${TCL_VERSION}])
fi
fi
+SC_PROG_TCLSH
+SC_BUILD_TCLSH
#------------------------------------------------------------------------
# Handle the --prefix=... option