Changeset - r13088:e24473428135
[Not reviewed]
master
0 1 0
smatz - 15 years ago 2009-09-21 15:47:28
smatz@openttd.org
(svn r17599) -Fix: configure script didn't detect icc when CC included path to compiler
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1048,7 +1048,7 @@ make_compiler_cflags() {
 
	cxxflags="$4"
 
	ldflags="$6"
 

	
 
	if [ `echo $1 | cut -c 1-3` = "icc" ]; then
 
	if [ `basename $1 | cut -c 1-3` = "icc" ]; then
 
		# Enable some things only for certain ICC versions
 
		cc_version=`$1 -dumpversion | cut -c 1-4 | sed s@\\\.@@g`
 

	
0 comments (0 inline, 0 general)