summaryrefslogtreecommitdiffstats
path: root/ds9/macosx/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/macosx/configure.in')
-rwxr-xr-xds9/macosx/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ds9/macosx/configure.in b/ds9/macosx/configure.in
index 2f17ae3..e4488c3 100755
--- a/ds9/macosx/configure.in
+++ b/ds9/macosx/configure.in
@@ -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.