summaryrefslogtreecommitdiffstats
path: root/ds9/macos
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-09-25 20:38:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-09-25 20:38:03 (GMT)
commit03d3d008822976fc820a9a36a9989b26b85a1ebd (patch)
tree4c9c6f7cdcaa9b8ebc10912856df178730964ce6 /ds9/macos
parent63f18b568fac5a69960757b6fde3943ed9ba14b5 (diff)
downloadblt-03d3d008822976fc820a9a36a9989b26b85a1ebd.zip
blt-03d3d008822976fc820a9a36a9989b26b85a1ebd.tar.gz
blt-03d3d008822976fc820a9a36a9989b26b85a1ebd.tar.bz2
rm checkdns from build
Diffstat (limited to 'ds9/macos')
-rw-r--r--ds9/macos/Makefile.in2
-rw-r--r--ds9/macos/ds9.C6
2 files changed, 0 insertions, 8 deletions
diff --git a/ds9/macos/Makefile.in b/ds9/macos/Makefile.in
index 20c06c4..c13473d 100644
--- a/ds9/macos/Makefile.in
+++ b/ds9/macos/Makefile.in
@@ -30,7 +30,6 @@ tkimgpng_LIB_SPEC= @tkimgpng_LIB_SPEC@
tkimgtiff_LIB_SPEC= @tkimgtiff_LIB_SPEC@
tkimgwindow_LIB_SPEC= @tkimgwindow_LIB_SPEC@
-tclcheckdns_LIB_SPEC= @tclcheckdns_LIB_SPEC@
tcliis_LIB_SPEC = @tcliis_LIB_SPEC@
tclsignal_LIB_SPEC= @tclsignal_LIB_SPEC@
tclxml_LIB_SPEC = @tclxml_LIB_SPEC@
@@ -91,7 +90,6 @@ SPECS = \
$(pngtcl_LIB_SPEC) \
$(tifftcl_LIB_SPEC) \
$(zlibtcl_LIB_SPEC) \
- $(tclcheckdns_LIB_SPEC) \
$(tcliis_LIB_SPEC) \
$(tclsignal_LIB_SPEC) \
$(tclxml_LIB_SPEC) \
diff --git a/ds9/macos/ds9.C b/ds9/macos/ds9.C
index 092d336..1d441ac 100644
--- a/ds9/macos/ds9.C
+++ b/ds9/macos/ds9.C
@@ -117,12 +117,6 @@ int SAOAppInit(Tcl_Interp *interp)
Tcl_StaticPackage (interp, "Tktable", Tktable_Init,
(Tcl_PackageInitProc*)NULL);
- // Tclcheckdns
- if (Tclcheckdns_Init(interp) == TCL_ERROR)
- return TCL_ERROR;
- Tcl_StaticPackage (interp, "tclcheckdns", Tclcheckdns_Init,
- (Tcl_PackageInitProc*)NULL);
-
// Tls
if (Tls_Init(interp) == TCL_ERROR)
return TCL_ERROR;