diff options
author | joerg@trift2. <> | 2007-09-04 19:41:33 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2007-09-04 19:41:33 +0200 |
commit | 1aa9d478326e5c23203f03a07f9eb6442c65d5fd (patch) | |
tree | d2b929d681e3780c72da0690257ec16a77a2c15d /scripts | |
parent | b1fdece3078398ef669cf1d0151ec8c76cf11261 (diff) | |
parent | c5a33802b54ce7a054b2c384263051ba8a51f102 (diff) | |
download | mariadb-git-1aa9d478326e5c23203f03a07f9eb6442c65d5fd.tar.gz |
Merge trift2.:/MySQL/M50/mysql-5.0
into trift2.:/MySQL/M50/push-5.0
Diffstat (limited to 'scripts')
-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"` |