summaryrefslogtreecommitdiffstats
path: root/ds9/unix/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/unix/configure.in')
-rwxr-xr-xds9/unix/configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/ds9/unix/configure.in b/ds9/unix/configure.in
index 64e48ba..ad82de6 100755
--- a/ds9/unix/configure.in
+++ b/ds9/unix/configure.in
@@ -46,7 +46,7 @@ TEA_PATH_TKCONFIG
TEA_LOAD_TKCONFIG
#--------------------------------------------------------------------
-# Load the *.sh file if necessary (Img extension)
+# Load the *.sh file if necessary
#--------------------------------------------------------------------
TEA_PATH_CONFIG(tifftcl)
@@ -64,6 +64,9 @@ TEA_LOAD_CONFIG(zlibtcl)
TEA_PATH_CONFIG(tkimg)
TEA_LOAD_CONFIG(tkimg)
+TEA_PATH_CONFIG(tkblt)
+TEA_LOAD_CONFIG(tkblt)
+
#-----------------------------------------------------------------------
# Handle the --prefix=... option by defaulting to what Tcl gave.
# Must be called after TEA_LOAD_TCLCONFIG and before TEA_SETUP_COMPILER.