diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-04 20:50:38 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-04 20:50:38 (GMT) |
commit | 37ba22ddaa5a9d4f94588253255c44ba9509e34a (patch) | |
tree | f14d3695b7e96051adf798932f7e7c717c09b87f /ds9/macosx/configure.in | |
parent | 3c3376dfeed4a79b358077331fbf9f37667900c5 (diff) | |
download | blt-37ba22ddaa5a9d4f94588253255c44ba9509e34a.zip blt-37ba22ddaa5a9d4f94588253255c44ba9509e34a.tar.gz blt-37ba22ddaa5a9d4f94588253255c44ba9509e34a.tar.bz2 |
use tkbltConfig.sh
Diffstat (limited to 'ds9/macosx/configure.in')
-rwxr-xr-x | ds9/macosx/configure.in | 3 |
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. |