mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
Merge mysql.com:/home/jimw/my/mysql-4.0-9690
into mysql.com:/home/jimw/my/mysql-4.0-clean configure.in: Auto merged
This commit is contained in:
commit
ede028b063
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ then
|
|||
# we will gets some problems when linking static programs.
|
||||
# The following code is used to fix this problem.
|
||||
|
||||
if test "$CXX" = "gcc" -o "$CXX" = "ccache gcc"
|
||||
if echo $CXX | grep gcc > /dev/null 2>&1
|
||||
then
|
||||
if $CXX -v 2>&1 | grep 'version 3' > /dev/null 2>&1
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue