(svn r4066) -Fix: oops, forgot to remove a debug line

This commit is contained in:
truelight 2006-03-23 16:23:12 +00:00
parent e35adf597b
commit ee8a8ec834

1
configure vendored
View File

@ -83,7 +83,6 @@ do
ITEM="CC_TARGET"
;;
--target-cxx=*)
echo "$n"
TARGET_CXX=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'`
;;
--target-cxx)