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
commitee8a8ec8341eef1e07f5d1792d2da12d45e3e9fa (patch)
treeec8f6a9ecfe81ec9d035f56fa10510a233ce0ccf /configure
parente35adf597b8430876d6296bd6317493fb8b1369b (diff)
downloadopenttd-ee8a8ec8341eef1e07f5d1792d2da12d45e3e9fa.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)