mysql_config.sh:

Flag changed name in icc 10
This commit is contained in:
kent@mysql.com/kent-amd64.(none) 2007-08-29 22:24:11 +02:00
parent 45647d3bd9
commit cf285315eb

View File

@ -122,7 +122,7 @@ done
cflags=`echo "$cflags"|sed -e 's/ *\$//'`
# Same for --libs(_r)
for remove in lmtmalloc static-libcxa i-static
for remove in lmtmalloc static-libcxa i-static static-intel
do
# We know the strings starts with a space
libs=`echo "$libs"|sed -e "s/ -$remove */ /g"`