Commit cea01ecc authored by lenz@mysql.com's avatar lenz@mysql.com

- don't override CXX if it's already defined

parent fa0741c9
...@@ -71,4 +71,6 @@ else ...@@ -71,4 +71,6 @@ else
make=make make=make
fi fi
CXX=gcc if test -z $CXX ; then
CXX=gcc
fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment