(svn r4066) -Fix: oops, forgot to remove a debug line
authortruelight
Thu, 23 Mar 2006 16:23:12 +0000
changeset 3307 3efd1041bd73
parent 3306 51ee3cbe60f2
child 3308 287d8e862ddf
(svn r4066) -Fix: oops, forgot to remove a debug line
configure
--- a/configure	Thu Mar 23 16:03:11 2006 +0000
+++ b/configure	Thu Mar 23 16:23:12 2006 +0000
@@ -83,7 +83,6 @@
 			ITEM="CC_TARGET"
 			;;
 		--target-cxx=*)
-			echo "$n"
 			TARGET_CXX=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'`
 			;;
 		--target-cxx)