Changeset - r5541:73d5969c8b38
[Not reviewed]
master
0 1 0
tron - 18 years ago 2007-01-05 18:11:14
tron@openttd.org
(svn r7883) It's spelled 'automatically'
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -516,7 +516,7 @@ check_params() {
 
				log 1 "checking OSX sysroot... no (use system default)"
 
				with_osx_sysroot="0"
 
			else
 
				log 1 "checking OSX sysroot... automaticly"
 
				log 1 "checking OSX sysroot... automatically"
 
				with_osx_sysroot="3"
 
			fi
 
		fi
 
@@ -1734,7 +1734,7 @@ detect_sort() {
 
make_sed() {
 
	# We check here if we are PPC, because then we need to enable FOUR_BYTE_BOOL
 
	#  We do this here, and not sooner, so universal builds also have this
 
	#  automaticly correct
 
	#  automatically correct
 
	# FOUR_BYTE_BOOL is needed, because C++ uses 4byte for a bool on PPC, where
 
	#  we use 1 byte per bool normally in C part. So convert that last one to 4
 
	#  bytes too, but only for PPC.
0 comments (0 inline, 0 general)