summaryrefslogtreecommitdiffstats
path: root/ds9/macosx/configure.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 20:50:38 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 20:50:38 (GMT)
commit37ba22ddaa5a9d4f94588253255c44ba9509e34a (patch)
treef14d3695b7e96051adf798932f7e7c717c09b87f /ds9/macosx/configure.in
parent3c3376dfeed4a79b358077331fbf9f37667900c5 (diff)
downloadblt-37ba22ddaa5a9d4f94588253255c44ba9509e34a.zip
blt-37ba22ddaa5a9d4f94588253255c44ba9509e34a.tar.gz
blt-37ba22ddaa5a9d4f94588253255c44ba9509e34a.tar.bz2
use tkbltConfig.sh
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.