Changeset - r3307:dfa82eb5422a
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2006-03-23 16:23:12
truelight@openttd.org
(svn r4066) -Fix: oops, forgot to remove a debug line
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
configure
Show inline comments
 
@@ -74,25 +74,24 @@ do
 
			RELEASE=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'`
 
			;;
 
		--revision)
 
			SITEM="RELEASE"
 
			;;
 
		--target-cc=*)
 
			handle "CC_TARGET" "$n"
 
			;;
 
		--target-cc)
 
			ITEM="CC_TARGET"
 
			;;
 
		--target-cxx=*)
 
			echo "$n"
 
			TARGET_CXX=`awk 'BEGIN { FS="="; $0="'"$n"'"; print $2;}'`
 
			;;
 
		--target-cxx)
 
			SITEM="TARGET_CXX"
 
			;;
 
		--host-cc=*)
 
			handle CC_HOST "$n"
 
			;;
 
		--host-cc)
 
			ITEM="CC_HOST"
 
			;;
 
		--host-cflags=*)
0 comments (0 inline, 0 general)