diff options
author | unknown <knielsen@knielsen-hq.org> | 2010-01-04 09:47:15 +0100 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2010-01-04 09:47:15 +0100 |
commit | 5f6c8053cfb166cf66e37f9dcbaca6dce433632f (patch) | |
tree | 156548c84cf83e4b35a82b335c3cc4971d6a00d1 /BUILD | |
parent | a4eb3f44aeddc3e8ccbf777b831a1cf0fd1bb5c6 (diff) | |
parent | ccf8a63f2da3d77c5857e94732d4620b9c2e24b2 (diff) | |
download | mariadb-git-5f6c8053cfb166cf66e37f9dcbaca6dce433632f.tar.gz |
Merge OQGraph into latest MariaDB trunk.
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 51a7d263131..3df03dc8509 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -210,7 +210,7 @@ if test -z "$CC" ; then fi if test -z "$CXX" ; then - CXX=gcc + CXX=g++ fi # If ccache (a compiler cache which reduces build time) |