diff options
author | kent@kent-amd64.(none) <> | 2007-08-29 22:24:51 +0200 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2007-08-29 22:24:51 +0200 |
commit | 515d654e80a666bd4f9d663ad1fcf6283ffb1a02 (patch) | |
tree | c5cd3ae1a2bcb345b7049903bd3068f1ca88ed8c /scripts/mysql_config.sh | |
parent | 0670af9479fe8ee946f50a25b5955fc2a6aa0182 (diff) | |
parent | cf285315ebb64789e914ee99539deba99ad826f5 (diff) | |
download | mariadb-git-515d654e80a666bd4f9d663ad1fcf6283ffb1a02.tar.gz |
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
Diffstat (limited to 'scripts/mysql_config.sh')
-rw-r--r-- | scripts/mysql_config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_config.sh b/scripts/mysql_config.sh index f094cb060b7..6b054e83720 100644 --- a/scripts/mysql_config.sh +++ b/scripts/mysql_config.sh @@ -121,7 +121,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"` |