From ee8a8ec8341eef1e07f5d1792d2da12d45e3e9fa Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 23 Mar 2006 16:23:12 +0000 Subject: [PATCH] (svn r4066) -Fix: oops, forgot to remove a debug line --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index dff3ad924e..760bbf46da 100755 --- a/configure +++ b/configure @@ -83,7 +83,6 @@ do ITEM="CC_TARGET" ;; --target-cxx=*) - echo "$n" TARGET_CXX=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'` ;; --target-cxx)