Tcl Source Code

Artifact [1a36814e87]
Login

Artifact 1a36814e8777a29e63835dd6ae4d9b9ffce88091:

Attachment "tcl.m4.diff" to ticket [601051ffff] added by jdmartin 2002-12-11 09:51:58.
--- tcl.m4.old	Thu Dec  5 19:23:15 2002
+++ tcl.m4	Thu Dec  5 19:19:03 2002
@@ -966,7 +966,7 @@
 	    # Check to enable 64-bit flags for compiler/linker
 	    if test "$do64bit" = "yes" ; then
 		if test "$GCC" = "yes" ; then
-		    hpux_arch='`gcc -dumpmachine`'
+		    hpux_arch=`gcc -dumpmachine`
 		    case $hpux_arch in
 			hppa64*)
 			    # 64-bit gcc in use.  Fix flags for GNU ld.