diff options
author | unknown <joerg@trift2.> | 2007-09-04 19:41:33 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-09-04 19:41:33 +0200 |
commit | 689aaff906e7732916fc3474fe01b59f6d33fec5 (patch) | |
tree | d2b929d681e3780c72da0690257ec16a77a2c15d /scripts | |
parent | 7cafddc3454e60a95ef1f7059d3b5954a1e4d1b6 (diff) | |
parent | a7ca2a3978f3cfc455840368d65a0ae46efbb0a0 (diff) | |
download | mariadb-git-689aaff906e7732916fc3474fe01b59f6d33fec5.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"` |