From ccf8a63f2da3d77c5857e94732d4620b9c2e24b2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 4 Jan 2010 09:27:50 +0100 Subject: Import OQGraph engine into MariaDB. --- BUILD/SETUP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/SETUP.sh') 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) -- cgit v1.2.1