summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2010-01-04 09:27:50 +0100
committerunknown <knielsen@knielsen-hq.org>2010-01-04 09:27:50 +0100
commitccf8a63f2da3d77c5857e94732d4620b9c2e24b2 (patch)
tree825aecf967f445e35f550a135f5176de20133d80 /BUILD/SETUP.sh
parent275c0a7f96502b33f763fb9388dcc1c289e4792b (diff)
downloadmariadb-git-ccf8a63f2da3d77c5857e94732d4620b9c2e24b2.tar.gz
Import OQGraph engine into MariaDB.
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 30148cde360..b5116a18a8d 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -202,7 +202,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)