summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-03-23 16:23:12 +0000
committertruelight <truelight@openttd.org>2006-03-23 16:23:12 +0000
commit9eb29ca1cf9326029aa3962b9b3270b139041cef (patch)
treeec8f6a9ecfe81ec9d035f56fa10510a233ce0ccf /configure
parent422ee530667e158d7cf6d76d7c0b2f6395ab7515 (diff)
downloadopenttd-9eb29ca1cf9326029aa3962b9b3270b139041cef.tar.xz
(svn r4066) -Fix: oops, forgot to remove a debug line
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index dff3ad924..760bbf46d 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)