diff options
author | jimw@mysql.com <> | 2005-04-29 08:26:33 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-04-29 08:26:33 -0700 |
commit | bc27c14ea924b0e11ad21d38c69e3afe56a6e151 (patch) | |
tree | 154b0124d6e287722cf8e85c9e9de41839ba0038 /configure.in | |
parent | 66a158a9dbe42d4786c16d5a0cd476de6f4ce825 (diff) | |
parent | 719bfe9da4960b33c086eec8b02555271b477f78 (diff) | |
download | mariadb-git-bc27c14ea924b0e11ad21d38c69e3afe56a6e151.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-4.0-9690
into mysql.com:/home/jimw/my/mysql-4.0-clean
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7770a981610..8b1b6a99039 100644 --- a/configure.in +++ b/configure.in @@ -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 |