Tcl Source Code

Artifact [95bc108c68]
Login

Artifact 95bc108c68146a186c13bf59318f0409398897de:

Attachment "bug1195167.diff" to ticket [1195167fff] added by dkf 2005-12-01 20:32:49.
Index: configure
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/configure,v
retrieving revision 1.92.2.45
diff -u -r1.92.2.45 configure
--- configure   27 Nov 2005 02:34:41 -0000      1.92.2.45
+++ configure   1 Dec 2005 00:39:27 -0000
@@ -6443,7 +6443,7 @@
 
 if test "$tcl_ok" = 0; then
     test -n "$verbose" && echo "       Adding strtod.o."
-    LIBOBJS="$LIBOBJS strtod.o"
+#   LIBOBJS="$LIBOBJS strtod.o"
 fi
 
 #--------------------------------------------------------------------